diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-22 23:20:25 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-10-23 00:03:40 +0200 |
| commit | 4969076c15f73371401ee65f2e4617439239cd8b (patch) | |
| tree | c21bb3da042c1f7fdf5434021171fd56894b2bba /test/cli/testprojinfo | |
| parent | 9a112931555aa324ed9caa3c261a4fd11551d615 (diff) | |
| download | PROJ-4969076c15f73371401ee65f2e4617439239cd8b.tar.gz PROJ-4969076c15f73371401ee65f2e4617439239cd8b.zip | |
Database: import ESRI VERTCS that uses a (geodetic) datum to express ellipsoidal height
Diffstat (limited to 'test/cli/testprojinfo')
| -rwxr-xr-x | test/cli/testprojinfo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo index 19d96735..043e5724 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -175,6 +175,14 @@ echo 'Testing -k operation EPSG:8457 -o PROJ -q' >> ${OUT} $EXE -k operation EPSG:8457 -o PROJ -q >>${OUT} 2>&1 echo "" >>${OUT} +echo 'Testing D_WGS_1984' >> ${OUT} +$EXE D_WGS_1984 >>${OUT} 2>&1 +echo "" >>${OUT} + +echo 'Testing -k datum D_WGS_1984' >> ${OUT} +$EXE -k datum D_WGS_1984 >>${OUT} 2>&1 +echo "" >>${OUT} + # Testing --searchpaths if ! $EXE --searchpaths > testprojinfo_out_searchpaths.txt; then echo "--searchpaths failed" |
