aboutsummaryrefslogtreecommitdiff
path: root/test/cli/testprojinfo
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-09-23 13:26:02 +0200
committerEven Rouault <even.rouault@spatialys.com>2019-09-23 13:26:02 +0200
commitda802e250b2487d41013829437740628b2ede667 (patch)
tree4b3bcb89b8b94d9718f4cbf73db70f548ce798c0 /test/cli/testprojinfo
parent91d3d51a5abafb773fca3e4aae3223cdedfc51af (diff)
downloadPROJ-da802e250b2487d41013829437740628b2ede667.tar.gz
PROJ-da802e250b2487d41013829437740628b2ede667.zip
Document the autopromotion to 3D when mix of 2D/3D CRS in createOperations(), and test it (fixes #1623)
Diffstat (limited to 'test/cli/testprojinfo')
-rwxr-xr-xtest/cli/testprojinfo6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo
index 2b3432a9..81d0d3e4 100755
--- a/test/cli/testprojinfo
+++ b/test/cli/testprojinfo
@@ -115,8 +115,12 @@ echo "Testing NGF IGN69 height to RGF93: projinfo -s EPSG:5720 -t EPSG:4965 -o P
$EXE -s EPSG:5720 -t EPSG:4965 -o PROJ >>${OUT} 2>&1
echo "" >>${OUT}
+echo "Testing EPSG:32631 --3d" >> ${OUT}
+$EXE EPSG:32631 --3d >>${OUT} 2>&1
+echo "" >>${OUT}
+
echo "Testing -s EPSG:32631 -t EPSG:4326+3855 --summary" >> ${OUT}
-$EXE -s EPSG:32631 -t EPSG:4326+3855 --summary 2>>${OUT}
+$EXE -s EPSG:32631 -t EPSG:4326+3855 --summary >>${OUT} 2>&1
echo "" >>${OUT}
echo "Testing -s EPSG:32631 -t EPSG:4326+3855 --3d --summary" >> ${OUT}