aboutsummaryrefslogtreecommitdiff
path: root/test/cli/testdatumfile
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-09-15 13:43:35 +0200
committerGitHub <noreply@github.com>2019-09-15 13:43:35 +0200
commitdcc0acb22124a3b463415532d918fb649f72a1cf (patch)
tree80110c1a85f1b1b790a86c4575806f6616323335 /test/cli/testdatumfile
parent6dcbdb941c0e1faef8f60a80c6c3aab483850bcb (diff)
parent6da584d4134d15f8617e750651cf377b3f48a7b8 (diff)
downloadPROJ-dcc0acb22124a3b463415532d918fb649f72a1cf.tar.gz
PROJ-dcc0acb22124a3b463415532d918fb649f72a1cf.zip
Merge pull request #1611 from rouault/fix1563
cs2cs: autopromote CRS to 3D when there's a mix of 2D and 3D (fixes #1563)
Diffstat (limited to 'test/cli/testdatumfile')
-rwxr-xr-xtest/cli/testdatumfile8
1 files changed, 8 insertions, 0 deletions
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} <<EOF
39d00'00.000"N 111d00'00.000"W 0.0
EOF
+#
+echo "##############################################################" >> ${OUT}
+echo "WGS84 -> WGS84+EGM96" >> ${OUT}
+#
+$EXE +init=epsg:4326 +to +init=epsg:4326 +geoidgrids=egm96_15.gtx -E >>${OUT} <<EOF
+49N 2E 0
+EOF
+
# Cleanup
rm -rf "dir with \" space"