diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-03-25 12:07:35 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-03-25 12:44:35 +0100 |
| commit | d4fd50f10ecabb9e9642cb4f877262e082677be4 (patch) | |
| tree | facc35a7cf88385ec6fe2ac2c7d43997ff56d894 /test/unit/test_crs.cpp | |
| parent | 72f0e8a895a861e4323cac61b73f807c8a5f1c0d (diff) | |
| download | PROJ-d4fd50f10ecabb9e9642cb4f877262e082677be4.tar.gz PROJ-d4fd50f10ecabb9e9642cb4f877262e082677be4.zip | |
WKT2_2018: export ID in base crs node, when there is none on top of upper node
This is the standard logic, that is now possible since ID is
allowed in BASEGEOGCRS and similar node
Diffstat (limited to 'test/unit/test_crs.cpp')
| -rw-r--r-- | test/unit/test_crs.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/test_crs.cpp b/test/unit/test_crs.cpp index 02586877..bfd6ee66 100644 --- a/test/unit/test_crs.cpp +++ b/test/unit/test_crs.cpp @@ -4562,7 +4562,8 @@ TEST(crs, DerivedVerticalCRS_WKT2) { auto expected = "VERTCRS[\"Derived vertCRS\",\n" " BASEVERTCRS[\"ODN height\",\n" - " VDATUM[\"Ordnance Datum Newlyn\"]],\n" + " VDATUM[\"Ordnance Datum Newlyn\",\n" + " ID[\"EPSG\",5101]]],\n" " DERIVINGCONVERSION[\"unnamed\",\n" " METHOD[\"PROJ unimplemented\"]],\n" " CS[vertical,1],\n" |
