diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-22 12:38:24 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-22 12:38:24 +0100 |
| commit | 410631e5a25ae88f81545393240da86722f289f9 (patch) | |
| tree | c68e5b10e74db047699b72705747f052f67a69d6 /test/cli/testprojinfo | |
| parent | 9cbe9bc5d77310c5d85226bb7f030d6dc847b28f (diff) | |
| download | PROJ-410631e5a25ae88f81545393240da86722f289f9.tar.gz PROJ-410631e5a25ae88f81545393240da86722f289f9.zip | |
proj.db: tune so that 'NGF IGN69 height to RGF93' uses the RAF09.gtx grid
Diffstat (limited to 'test/cli/testprojinfo')
| -rwxr-xr-x | test/cli/testprojinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo index 0f987850..08ec9ce4 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -112,6 +112,10 @@ echo "Testing NAD83(2011) + NAVD88 height -> NAD83(2011) : projinfo -s EPSG:6349 $EXE -s EPSG:6349 -t EPSG:6319 --spatial-test intersects -o PROJ >>${OUT} 2>&1 echo "" >>${OUT} +echo "Testing NGF IGN69 height to RGF93: projinfo -s EPSG:5720 -t EPSG:4965 -o PROJ" >> ${OUT} +$EXE -s EPSG:5720 -t EPSG:4965 -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 |
