diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-04-04 19:27:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-04 19:27:26 +0200 |
| commit | 0ff11909243616f4b8f58ae449e05685e59a73e4 (patch) | |
| tree | 66055fd783a6f9ae5d6bbca623849c7517a5d391 /test/cli/testprojinfo | |
| parent | 1f792e6b9c9b41c4da8f8996e3eb325e444b0099 (diff) | |
| parent | 335d9367fd07ebe5da50d2f9e336d5d8f6e31aee (diff) | |
| download | PROJ-0ff11909243616f4b8f58ae449e05685e59a73e4.tar.gz PROJ-0ff11909243616f4b8f58ae449e05685e59a73e4.zip | |
Merge pull request #2127 from rouault/projinfo_hide_ballpark
projinfo: add a --hide-ballpark option
Diffstat (limited to 'test/cli/testprojinfo')
| -rwxr-xr-x | test/cli/testprojinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo index 4ec1bdbb..df8cac8c 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -58,8 +58,8 @@ 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 "Testing projinfo -s NAD27 -t NAD83 --grid-check none --spatial-test intersects --summary --hide-ballpark" >> ${OUT} +$EXE -s NAD27 -t NAD83 --grid-check none --spatial-test intersects --summary --hide-ballpark >>${OUT} echo "" >>${OUT} echo "Testing projinfo -s NAD27 -t NAD83 --grid-check none --spatial-test intersects" >> ${OUT} |
