From da802e250b2487d41013829437740628b2ede667 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 23 Sep 2019 13:26:02 +0200 Subject: Document the autopromotion to 3D when mix of 2D/3D CRS in createOperations(), and test it (fixes #1623) --- test/cli/testprojinfo | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/cli/testprojinfo') 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} -- cgit v1.2.3