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_out.dist | |
| 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_out.dist')
| -rw-r--r-- | test/cli/testprojinfo_out.dist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/cli/testprojinfo_out.dist b/test/cli/testprojinfo_out.dist index b4d19002..3025295b 100644 --- a/test/cli/testprojinfo_out.dist +++ b/test/cli/testprojinfo_out.dist @@ -1191,6 +1191,20 @@ Testing -k operation EPSG:8457 -o PROJ -q +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1 +Testing D_WGS_1984 +WKT2:2019 string: +DATUM["World Geodetic System 1984", + ELLIPSOID["WGS 84",6378137,298.257223563, + LENGTHUNIT["metre",1]], + ID["EPSG",6326]] + +Testing -k datum D_WGS_1984 +WKT2:2019 string: +DATUM["World Geodetic System 1984", + ELLIPSOID["WGS 84",6378137,298.257223563, + LENGTHUNIT["metre",1]], + ID["EPSG",6326]] + Testing -s NZGD2000 -t ITRF96 -o PROJ -q +proj=pipeline +step +proj=unitconvert +xy_in=deg +xy_out=rad |
