diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-08 20:59:19 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-11-01 12:57:34 +0100 |
| commit | 1e5acb00a0c0fc2533b9bce2e5803da10ed1d8d6 (patch) | |
| tree | df572ae12dfec9333a8931886dd3ce221a65edf8 /test/cli/testprojinfo | |
| parent | c2b0dcc468b4e722e46fe10fca93fe70a95fcb8e (diff) | |
| download | PROJ-1e5acb00a0c0fc2533b9bce2e5803da10ed1d8d6.tar.gz PROJ-1e5acb00a0c0fc2533b9bce2e5803da10ed1d8d6.zip | |
projinfo / createObjectsFromName(): support returning a datum ensemble
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 62713af5..c31cfef0 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -171,6 +171,10 @@ echo 'Testing -k datum EPSG:6326' >> ${OUT} $EXE -k datum EPSG:6326 >>${OUT} 2>&1 echo "" >>${OUT} +echo 'Testing -k ensemble WGS84' >> ${OUT} +$EXE -k ensemble WGS84 >>${OUT} 2>&1 +echo "" >>${OUT} + echo 'Testing -k operation EPSG:8457 -o PROJ -q' >> ${OUT} $EXE -k operation EPSG:8457 -o PROJ -q >>${OUT} 2>&1 echo "" >>${OUT} |
