diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-09-11 10:46:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-11 10:46:38 +0200 |
| commit | bd39128c3e278331980adf02377e9347269cb820 (patch) | |
| tree | 0bf702d43582bdb9bf2672bb093b131fbbfb3faf /test/cli/testprojinfo | |
| parent | 13c715af550fbcbb1d412780b107f4e3fc5841e0 (diff) | |
| parent | a6e1d72890615b42f54edad9b17acff8e7623844 (diff) | |
| download | PROJ-bd39128c3e278331980adf02377e9347269cb820.tar.gz PROJ-bd39128c3e278331980adf02377e9347269cb820.zip | |
Merge pull request #1596 from rouault/promote_to_3d
API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_projected_3D_crs_from_2D() (fixes #1587)
Diffstat (limited to 'test/cli/testprojinfo')
| -rwxr-xr-x | test/cli/testprojinfo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo index f070c999..2b3432a9 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -115,6 +115,14 @@ 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 -s EPSG:32631 -t EPSG:4326+3855 --summary" >> ${OUT} +$EXE -s EPSG:32631 -t EPSG:4326+3855 --summary 2>>${OUT} +echo "" >>${OUT} + +echo "Testing -s EPSG:32631 -t EPSG:4326+3855 --3d --summary" >> ${OUT} +$EXE -s EPSG:32631 -t EPSG:4326+3855 --3d --summary >>${OUT} 2>&1 +echo "" >>${OUT} + # do 'diff' with distribution results echo "diff ${OUT} with testprojinfo_out.dist" diff -u ${OUT} ${TEST_CLI_DIR}/testprojinfo_out.dist |
