diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-03 14:18:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-03 14:18:35 +0100 |
| commit | a0de56228be06427c7870cbc1923b11dad11856e (patch) | |
| tree | f7eef3160c08dfe6490119fcd2545c61516c4128 /test/cli/testprojinfo | |
| parent | c3aa3fe4e9ba17737bb013ed6e7a647fdd5303fe (diff) | |
| parent | dc55b17d0c7ae180bb73add3581fac7e8f959c11 (diff) | |
| download | PROJ-a0de56228be06427c7870cbc1923b11dad11856e.tar.gz PROJ-a0de56228be06427c7870cbc1923b11dad11856e.zip | |
Merge pull request #1759 from rouault/BWTA2017
Database: register the BWTA2017.gsb grid (DHDN->ETRS89 for Baden-Wurtemberg)
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 4ac21118..9d0ce52d 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -143,6 +143,10 @@ echo 'Testing -s "AGD66" -t "WGS 84 (G1762)" --spatial-test intersects --summary $EXE -s "AGD66" -t "WGS 84 (G1762)" --spatial-test intersects --summary >>${OUT} 2>&1 echo "" >>${OUT} +echo 'Testing -s EPSG:31467 -t ETRS89 --spatial-test intersects --grid-check none --bbox 8,48,9,49 --summary. Should include both DHDN to ETRS89 (8) and DHDN to ETRS89 (BWTA2017)' >> ${OUT} +$EXE -s EPSG:31467 -t ETRS89 --spatial-test intersects --grid-check none --bbox 8,48,9,49 --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 |
