From 6da584d4134d15f8617e750651cf377b3f48a7b8 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 13 Sep 2019 02:58:35 +0200 Subject: cs2cs: autopromote CRS to 3D when there's a mix of 2D and 3D (fixes #1563) --- test/cli/testdatumfile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/cli/testdatumfile') diff --git a/test/cli/testdatumfile b/test/cli/testdatumfile index 5b56f077..b528cfa7 100755 --- a/test/cli/testdatumfile +++ b/test/cli/testdatumfile @@ -105,6 +105,14 @@ $EXE NAD27 NAD83 -E >>${OUT} <> ${OUT} +echo "WGS84 -> WGS84+EGM96" >> ${OUT} +# +$EXE +init=epsg:4326 +to +init=epsg:4326 +geoidgrids=egm96_15.gtx -E >>${OUT} <