diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-28 16:44:28 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-28 16:44:28 +0100 |
| commit | f49a5b744a28fe2a51cdcb7b4bc86f5d834f1e54 (patch) | |
| tree | 2e995db7ec543eb29680825d12d9ff244afb888d /include/proj/util.hpp | |
| parent | 9660576bf3be57c196325ebd8de417984b7160b1 (diff) | |
| download | PROJ-f49a5b744a28fe2a51cdcb7b4bc86f5d834f1e54.tar.gz PROJ-f49a5b744a28fe2a51cdcb7b4bc86f5d834f1e54.zip | |
importFromWKT: better deal with axis of the baseCRS of a projected CRS
Diffstat (limited to 'include/proj/util.hpp')
| -rw-r--r-- | include/proj/util.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proj/util.hpp b/include/proj/util.hpp index c2f2b7fe..c40595f2 100644 --- a/include/proj/util.hpp +++ b/include/proj/util.hpp @@ -506,6 +506,7 @@ class PropertyMap { bool getStringValue(const std::string &key, std::string &outVal) const; bool getStringValue(const std::string &key, optional<std::string> &outVal) const; + void unset(const std::string &key); static PropertyMap createAndSetName(const char *name); static PropertyMap createAndSetName(const std::string &name); |
