aboutsummaryrefslogtreecommitdiff
path: root/test/cli/testprojinfo
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-02-20 15:03:55 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-02-20 15:03:55 +0100
commit2272ba8f6a77903203632111a44b44e544fe332b (patch)
tree98e0581307448b731fc58a8e84905d07fe132f55 /test/cli/testprojinfo
parent04844ac495f65e824a0bd9f9e49ea3360f2c063f (diff)
downloadPROJ-2272ba8f6a77903203632111a44b44e544fe332b.tar.gz
PROJ-2272ba8f6a77903203632111a44b44e544fe332b.zip
projinfo: advertize the use of '--spatial-test intersects' when it can bring more results
Diffstat (limited to 'test/cli/testprojinfo')
-rwxr-xr-xtest/cli/testprojinfo4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo
index 111c071e..24a1fdd5 100755
--- a/test/cli/testprojinfo
+++ b/test/cli/testprojinfo
@@ -53,6 +53,10 @@ echo "Testing projinfo -s EPSG:4326 -t EPSG:32631" >> ${OUT}
$EXE -s EPSG:4326 -t EPSG:32631 >>${OUT}
echo "" >>${OUT}
+echo "Testing projinfo -s NAD27 -t NAD83" >> ${OUT}
+$EXE -s NAD27 -t NAD83 >>${OUT}
+echo "" >>${OUT}
+
echo "Testing projinfo -s NAD27 -t NAD83 --grid-check none --spatial-test intersects --summary" >> ${OUT}
$EXE -s NAD27 -t NAD83 --grid-check none --spatial-test intersects --summary >>${OUT}
echo "" >>${OUT}