From f49a5b744a28fe2a51cdcb7b4bc86f5d834f1e54 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 28 Dec 2018 16:44:28 +0100 Subject: importFromWKT: better deal with axis of the baseCRS of a projected CRS --- include/proj/util.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/proj/util.hpp') 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 &outVal) const; + void unset(const std::string &key); static PropertyMap createAndSetName(const char *name); static PropertyMap createAndSetName(const std::string &name); -- cgit v1.2.3