diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-12 11:51:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-12 11:51:10 +0200 |
| commit | 3bc25ac8a9deb868174a19392266dd2c870e3179 (patch) | |
| tree | 3c31c61f240b01cafda33cce2f40d4f749bf7507 /test/cli/testprojinfo | |
| parent | 3361e5286881be9686b11b2bbfb5371d91aba7e8 (diff) | |
| parent | 88426c18e43538edc6075d47b3b6829ada7e9a76 (diff) | |
| download | PROJ-3bc25ac8a9deb868174a19392266dd2c870e3179.tar.gz PROJ-3bc25ac8a9deb868174a19392266dd2c870e3179.zip | |
Merge pull request #2659 from rouault/fix_2603
CRS::normalizeForVisualization(): propagate domains/extent of original CRS (fixes #2603)
Diffstat (limited to 'test/cli/testprojinfo')
| -rwxr-xr-x | test/cli/testprojinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo index ce8cd762..a9bbfa37 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -135,6 +135,11 @@ echo "Testing -s EPSG:32631 -t EPSG:4326+3855 --3d --summary" >> ${OUT} $EXE -s EPSG:32631 -t EPSG:4326+3855 --3d --summary >>${OUT} 2>&1 echo "" >>${OUT} +# Undocumented option: --normalize-axis-order +echo "Testing -s EPSG:4326 -t EPSG:32661 --normalize-axis-order -o PROJ -q --single-line" >> ${OUT} +$EXE -s EPSG:4326 -t EPSG:32661 --normalize-axis-order -o PROJ -q --single-line >>${OUT} 2>&1 +echo "" >>${OUT} + echo "Testing -s EPSG:4936 -t EPSG:4978 --spatial-test intersects --summary where WGS 84 to ETRS89 (2) uses a transformation method not supported by PROJ currently (time-specific Helmert), and thus must be sorted last" >> ${OUT} $EXE -s EPSG:4936 -t EPSG:4978 --spatial-test intersects --summary >>${OUT} 2>&1 echo "" >>${OUT} |
