aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-08-16 21:08:25 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-08-16 20:07:24 +0000
commitac3b405df6c238adc50f2d19cdd188338b73ab93 (patch)
tree6cdf1fcc3dba369df7884ab7826f3381b601bba1 /include
parent2924282425cdc953c8e1843e25f7376ece309e11 (diff)
downloadPROJ-ac3b405df6c238adc50f2d19cdd188338b73ab93.tar.gz
PROJ-ac3b405df6c238adc50f2d19cdd188338b73ab93.zip
Merge pull request #2809 from rouault/preserve_proj4_crs_string_wkt2_remarks
WKT2 import/export: preserve PROJ.4 CRS extension string in REMARKS[]…
Diffstat (limited to 'include')
-rw-r--r--include/proj/crs.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp
index 44dda0c5..481667b5 100644
--- a/include/proj/crs.hpp
+++ b/include/proj/crs.hpp
@@ -173,6 +173,10 @@ class PROJ_GCC_DLL CRS : public common::ObjectUsage,
PROJ_INTERNAL virtual std::list<std::pair<CRSNNPtr, int>>
_identify(const io::AuthorityFactoryPtr &authorityFactory) const;
+ PROJ_INTERNAL void
+ setProperties(const util::PropertyMap
+ &properties); // throw(InvalidValueTypeException)
+
private:
PROJ_OPAQUE_PRIVATE_DATA
};