diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-04-04 11:27:59 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-04-04 11:27:59 +0200 |
| commit | 99a2d5f248b828ff97121b0137569a0094b5c63e (patch) | |
| tree | 1972a76299ee5dd2feea508106b38e247638dd23 /test/cli/testprojinfo | |
| parent | 670eab68f2345b2a77bfac8a109588770bceb740 (diff) | |
| download | PROJ-99a2d5f248b828ff97121b0137569a0094b5c63e.tar.gz PROJ-99a2d5f248b828ff97121b0137569a0094b5c63e.zip | |
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} |
