diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-12 23:18:35 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-03-15 16:16:31 +0100 |
| commit | a234207957043503814a6a3eebc497d2e471dda3 (patch) | |
| tree | ce0885531844b62b0f50af7902d4a5a6145dd516 /test/cli/testprojinfo | |
| parent | 5ddddfac622f40a4de920460b64e88e7b9cb5b68 (diff) | |
| download | PROJ-a234207957043503814a6a3eebc497d2e471dda3.tar.gz PROJ-a234207957043503814a6a3eebc497d2e471dda3.zip | |
projinfo: add a '-o SQL --output-id AUTH:CODE' SQL output
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 1e964a5b..e300fc71 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -50,6 +50,10 @@ echo "Testing projinfo -o ALL EPSG:4326" >> ${OUT} $EXE -o ALL EPSG:4326 >>${OUT} echo "" >>${OUT} +echo "Testing projinfo \"+proj=merc +lat_ts=5 +datum=WGS84 +type=crs\" --output-id HOBU:MY_CRS -o SQL -q" >> ${OUT} +$EXE "+proj=merc +lat_ts=5 +datum=WGS84 +type=crs" --output-id HOBU:MY_CRS -o SQL -q >>${OUT} +echo "" >>${OUT} + echo "Testing projinfo -s EPSG:4326 -t EPSG:32631 --single-line" >> ${OUT} $EXE -s EPSG:4326 -t EPSG:32631 --single-line >>${OUT} echo "" >>${OUT} |
