aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-03-25 11:07:35 +0000
committerEven Rouault <even.rouault@spatialys.com>2019-03-25 11:44:35 +0000
commit6b99f76ccd422691fd2618535256818a4df719a4 (patch)
tree4bf5ec6e3f12e0931345c11a41c92a07a53ba039 /include
parentb900758f13d4be8fabc17edb0290aee08da0a69d (diff)
downloadPROJ-6b99f76ccd422691fd2618535256818a4df719a4.tar.gz
PROJ-6b99f76ccd422691fd2618535256818a4df719a4.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 'include')
-rw-r--r--include/proj/io.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index 8cf8e3c4..90163001 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -195,8 +195,7 @@ class PROJ_GCC_DLL WKTFormatter {
WKT2_2018_SIMPLIFIED,
/** WKT1 as traditionally output by GDAL, deriving from OGC 01-009.
- A notable departuPROJ_GCC_DLLre from WKT1_GDAL with respect to OGC
- 01-009 is
+ A notable departure from WKT1_GDAL with respect to OGC 01-009 is
that in WKT1_GDAL, the unit of the PRIMEM value is always degrees.
*/
WKT1_GDAL,