aboutsummaryrefslogtreecommitdiff
path: root/test/cli/testprojinfo
diff options
context:
space:
mode:
authorNyall Dawson <nyall.dawson@gmail.com>2021-02-09 08:59:04 +1000
committerEven Rouault <even.rouault@spatialys.com>2021-02-09 16:53:36 +0100
commit88618bb4120b2a7c3999a00b2b3770ba73669cb8 (patch)
treefff95d3aedfda67e409994bbdb49edd9e57650b4 /test/cli/testprojinfo
parent6882017ff6f874fc5a163cdd97c9966d4973a5ac (diff)
downloadPROJ-88618bb4120b2a7c3999a00b2b3770ba73669cb8.tar.gz
PROJ-88618bb4120b2a7c3999a00b2b3770ba73669cb8.zip
Database: update to EPSG v10.012
Diffstat (limited to 'test/cli/testprojinfo')
-rwxr-xr-xtest/cli/testprojinfo4
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}