From 88618bb4120b2a7c3999a00b2b3770ba73669cb8 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Tue, 9 Feb 2021 08:59:04 +1000 Subject: Database: update to EPSG v10.012 --- test/cli/testprojinfo | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/cli/testprojinfo') 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} -- cgit v1.2.3