aboutsummaryrefslogtreecommitdiff
path: root/test/cli/testprojinfo
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-19 15:20:00 +0100
committerGitHub <noreply@github.com>2019-11-19 15:20:00 +0100
commit2d7a2f73c523233ce6b3150d724c170a49f3021d (patch)
treefff8874bfc73fef4615a0964225a3ada8f5db444 /test/cli/testprojinfo
parent10434b1f053bb8c58f522ab8be9abe21504acd17 (diff)
parent43c5c8cad35c7cb33118cb8e7b8e2059ea450dbe (diff)
downloadPROJ-2d7a2f73c523233ce6b3150d724c170a49f3021d.tar.gz
PROJ-2d7a2f73c523233ce6b3150d724c170a49f3021d.zip
Merge pull request #1734 from rouault/intermediate_crs_through_datum
createOperations(): chain operations whose middle CRSs are not identical but have the same datum
Diffstat (limited to 'test/cli/testprojinfo')
-rwxr-xr-xtest/cli/testprojinfo6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo
index 178d3076..4ac21118 100755
--- a/test/cli/testprojinfo
+++ b/test/cli/testprojinfo
@@ -135,10 +135,14 @@ 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 a transformation with Inverse of ITRF2008 to GDA94 (1) + Inverse of WGS 84 (G1762) to ITRF2008 (1)' >> ${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}
+
# do 'diff' with distribution results
echo "diff ${OUT} with testprojinfo_out.dist"
diff -u ${OUT} ${TEST_CLI_DIR}/testprojinfo_out.dist