diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-03-25 11:44:05 +0000 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-03-25 12:05:40 +0000 |
| commit | 78fc3263edb399e32f62f06b68dcaf6191fd515f (patch) | |
| tree | ba3d8b5ee32dcfa46cc3fe7403e11fca0718788e /test/cli | |
| parent | 6b99f76ccd422691fd2618535256818a4df719a4 (diff) | |
| download | PROJ-78fc3263edb399e32f62f06b68dcaf6191fd515f.tar.gz PROJ-78fc3263edb399e32f62f06b68dcaf6191fd515f.zip | |
WKT2_2018: always export ID in base crs node, even if there is one on upper node
This is a particular logic allowed by paragraph 7.3.3 Identifier
of OGC 18-010r6
Diffstat (limited to 'test/cli')
| -rw-r--r-- | test/cli/testprojinfo_out.dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cli/testprojinfo_out.dist b/test/cli/testprojinfo_out.dist index a2e2cab9..ee9aeca7 100644 --- a/test/cli/testprojinfo_out.dist +++ b/test/cli/testprojinfo_out.dist @@ -633,7 +633,8 @@ PROJCRS["Monte Mario (Rome) / Italy zone 1", ELLIPSOID["International 1924",6378388,297, LENGTHUNIT["metre",1]]], PRIMEM["Rome",12.4523333333333, - ANGLEUNIT["degree",0.0174532925199433]]], + ANGLEUNIT["degree",0.0174532925199433]], + ID["EPSG",4806]], CONVERSION["Italy zone 1", METHOD["Transverse Mercator", ID["EPSG",9807]], |
