diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-12-16 21:02:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-16 21:02:37 +0100 |
| commit | 7766b1aad7328b94b7ecc9afe0ad7e874c989ad3 (patch) | |
| tree | ed39359433f8004f03d0e4bef02b0cc41e62f0d5 /test/cli/testprojinfo | |
| parent | 1a84a71349c31740b4a525971cf56c899dda858e (diff) | |
| parent | da066800e59dcd5c3bf5e88ccca1bf1762de74dc (diff) | |
| download | PROJ-7766b1aad7328b94b7ecc9afe0ad7e874c989ad3.tar.gz PROJ-7766b1aad7328b94b7ecc9afe0ad7e874c989ad3.zip | |
Merge pull request #2488 from rouault/crs_to_crs_improved_filtering
Improved coordinate operation filtering
Diffstat (limited to 'test/cli/testprojinfo')
| -rwxr-xr-x | test/cli/testprojinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo index c31cfef0..ee1b27f5 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -213,6 +213,10 @@ fi rm testprojinfo_out_remotedata.txt unset PROJ_NETWORK +echo 'Testing --accuracy 0.05 -s EPSG:4326 -t EPSG:4258' >> ${OUT} +$EXE --accuracy 0.05 -s EPSG:4326 -t EPSG:4258 >>${OUT} 2>&1 +echo "" >>${OUT} + ###################### # NZGD2000 -> ITRFxx # ###################### |
