aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-25 13:08:05 +0100
committerGitHub <noreply@github.com>2019-11-25 13:08:05 +0100
commitbc5148feb26726f55babe885090e4b7ff2d1d481 (patch)
tree5f4918085597e717cbf831462631e74d770d58aa /include
parent875aba7c9d894f84f2c6a5efdfdeba9cf15245f5 (diff)
parent685a64466a3bc25a8d0bdb0b0f932ad7e977620d (diff)
downloadPROJ-bc5148feb26726f55babe885090e4b7ff2d1d481.tar.gz
PROJ-bc5148feb26726f55babe885090e4b7ff2d1d481.zip
Merge pull request #1746 from rouault/fix_1736
normalizeForVisualization() and other methods applying on a ProjectedCRS: do not mess the derivingConversion object of the original object (fixes #1736)
Diffstat (limited to 'include')
-rw-r--r--include/proj/crs.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp
index 2b919c71..356c29d9 100644
--- a/include/proj/crs.hpp
+++ b/include/proj/crs.hpp
@@ -514,6 +514,9 @@ class PROJ_GCC_DLL DerivedCRS : virtual public SingleCRS {
PROJ_PRIVATE :
//! @cond Doxygen_Suppress
+
+ // Use this method with extreme care ! It should never be used
+ // to recreate a new Derived/ProjectedCRS !
PROJ_INTERNAL const operation::ConversionNNPtr &
derivingConversionRef() PROJ_PURE_DECL;