diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-18 22:12:45 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-19 03:01:03 +0100 |
| commit | 43c5c8cad35c7cb33118cb8e7b8e2059ea450dbe (patch) | |
| tree | fff8874bfc73fef4615a0964225a3ada8f5db444 /test/cli/testprojinfo | |
| parent | 10434b1f053bb8c58f522ab8be9abe21504acd17 (diff) | |
| download | PROJ-43c5c8cad35c7cb33118cb8e7b8e2059ea450dbe.tar.gz PROJ-43c5c8cad35c7cb33118cb8e7b8e2059ea450dbe.zip | |
createOperations(): in some situations, consider when going from A to D intermediates B and C, such there's a A->B operation and C->D operation, and A and C are not exactly the same CRS but use the same geodetic datum
Diffstat (limited to 'test/cli/testprojinfo')
| -rwxr-xr-x | test/cli/testprojinfo | 6 |
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 |
