diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-03-06 14:11:31 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-03-06 14:11:31 +0100 |
| commit | 6512ef2427ed6b303ae1c03b91907020cb5366d8 (patch) | |
| tree | 2d6f318b8f1700ebcb35dbfd7791c038d7b2a212 /include | |
| parent | 2dbca196a0c73972a0cc70856a42f01765868145 (diff) | |
| download | PROJ-6512ef2427ed6b303ae1c03b91907020cb5366d8.tar.gz PROJ-6512ef2427ed6b303ae1c03b91907020cb5366d8.zip | |
WKT import/export: add support for WKT1_ESRI VERTCS syntax
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/internal/io_internal.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proj/internal/io_internal.hpp b/include/proj/internal/io_internal.hpp index 1e2508cc..617dffab 100644 --- a/include/proj/internal/io_internal.hpp +++ b/include/proj/internal/io_internal.hpp @@ -62,6 +62,7 @@ class WKTConstants { static const std::string PROJECTION; static const std::string PARAMETER; // WKT2 too static const std::string VERT_CS; + static const std::string VERTCS; // WKT1 ESRI static const std::string VERT_DATUM; static const std::string COMPD_CS; static const std::string TOWGS84; // WKT1 only @@ -95,7 +96,7 @@ class WKTConstants { static const std::string CITATION; static const std::string URI; static const std::string VERTCRS; - static const std::string VDATUM; + static const std::string VDATUM; // WKT2 and WKT1 ESRI static const std::string COMPOUNDCRS; static const std::string PARAMETERFILE; static const std::string COORDINATEOPERATION; |
