diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-02-09 18:02:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-09 18:02:42 +0100 |
| commit | ad2cb7a1206391b5742eb5346f2a7f9baf864cff (patch) | |
| tree | ddc2f01eeb03700953794bd3cd58f5225745b408 /test/cli/testprojinfo | |
| parent | 6882017ff6f874fc5a163cdd97c9966d4973a5ac (diff) | |
| parent | 0b8f6e3586b3f180dd218caf3af39b37505043f1 (diff) | |
| download | PROJ-ad2cb7a1206391b5742eb5346f2a7f9baf864cff.tar.gz PROJ-ad2cb7a1206391b5742eb5346f2a7f9baf864cff.zip | |
Merge pull request #2517 from nyalldawson/epsg_update
Database: update to EPSG v10.012
Diffstat (limited to 'test/cli/testprojinfo')
| -rwxr-xr-x | test/cli/testprojinfo | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo index ee1b27f5..e11989cd 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -135,10 +135,6 @@ echo "Testing -s "+proj=longlat +datum=WGS84 +geoidgrids=@foo.gtx +type=crs" -t $EXE -s "+proj=longlat +datum=WGS84 +geoidgrids=@foo.gtx +type=crs" -t EPSG:4326 -o PROJ -q >>${OUT} 2>&1 echo "" >>${OUT} -echo 'Testing -s "GDA94" -t "WGS 84 (G1762)" --spatial-test intersects --summary. Should include transformations through ITRF2008 and GDA2020' >> ${OUT} -$EXE -s "GDA94" -t "WGS 84 (G1762)" --spatial-test intersects --summary >>${OUT} 2>&1 -echo "" >>${OUT} - echo 'Testing -s "AGD66" -t "WGS 84 (G1762)" --spatial-test intersects --summary. Should include a transformation through GDA2020' >> ${OUT} $EXE -s "AGD66" -t "WGS 84 (G1762)" --spatial-test intersects --summary >>${OUT} 2>&1 echo "" >>${OUT} |
