diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-21 17:43:19 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-21 17:43:19 +0100 |
| commit | 9cbe9bc5d77310c5d85226bb7f030d6dc847b28f (patch) | |
| tree | b48ac00785b9107072de08b2d591e62c3143fe32 /test/cli/testprojinfo | |
| parent | 4d57661a52a2439e4e83c40847afdb14bea2e87b (diff) | |
| parent | bbf31d0e1052a40269547d0dec5d63a7e0534ccc (diff) | |
| download | PROJ-9cbe9bc5d77310c5d85226bb7f030d6dc847b28f.tar.gz PROJ-9cbe9bc5d77310c5d85226bb7f030d6dc847b28f.zip | |
Merge branch 'master' into 6.0
Diffstat (limited to 'test/cli/testprojinfo')
| -rwxr-xr-x | test/cli/testprojinfo | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo index 24a1fdd5..0f987850 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -29,6 +29,8 @@ OUT=testprojinfo_out rm -f ${OUT} +export PROJINFO_NO_GRID_CHECK=YES + echo "Testing projinfo EPSG:4326" >> ${OUT} $EXE EPSG:4326 >>${OUT} echo "" >>${OUT} @@ -102,6 +104,14 @@ echo "Testing CRS with towgs84: projinfo -o PROJ EPSG:25832" >> ${OUT} $EXE -o PROJ EPSG:25832 >>${OUT} 2>&1 echo "" >>${OUT} +echo "Testing RH2000 height to SWEREF99: projinfo -s EPSG:5613 -t EPSG:4377" >> ${OUT} +$EXE -s EPSG:5613 -t EPSG:4377 >>${OUT} 2>&1 +echo "" >>${OUT} + +echo "Testing NAD83(2011) + NAVD88 height -> NAD83(2011) : projinfo -s EPSG:6349 -t EPSG:6319 --spatial-test intersects -o PROJ" >> ${OUT} +$EXE -s EPSG:6349 -t EPSG:6319 --spatial-test intersects -o PROJ >>${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 |
