aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-02 15:43:42 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-11-02 15:43:42 +0100
commit31fd3de9c2b2f823c01b3c2dbadddf4a7101fa16 (patch)
tree08a18c05d5138ad6af8e5a506bccded6c22614ed /include
parent3b25b5011fcb04ea56a98cf6fa5fcdb9c9aa36ae (diff)
downloadPROJ-31fd3de9c2b2f823c01b3c2dbadddf4a7101fa16.tar.gz
PROJ-31fd3de9c2b2f823c01b3c2dbadddf4a7101fa16.zip
WKT and PROJJSON: add import/export of geoid model of VertCRS
Diffstat (limited to 'include')
-rw-r--r--include/proj/internal/io_internal.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proj/internal/io_internal.hpp b/include/proj/internal/io_internal.hpp
index 781dfa6c..1e2508cc 100644
--- a/include/proj/internal/io_internal.hpp
+++ b/include/proj/internal/io_internal.hpp
@@ -134,6 +134,7 @@ class WKTConstants {
static const std::string BASEPARAMCRS;
static const std::string BASETIMECRS;
static const std::string VERSION;
+ static const std::string GEOIDMODEL; // WKT2-2019
// WKT2 alternate (longer or shorter)
static const std::string GEODETICCRS;