aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-04-10 22:09:48 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-04-11 00:22:03 +0200
commit88426c18e43538edc6075d47b3b6829ada7e9a76 (patch)
treef58bf3ff900a47c684afd709fc986c62f1b7071e /include
parentd870b33803c184feb97e4abd67e1896b89c8e8c1 (diff)
downloadPROJ-88426c18e43538edc6075d47b3b6829ada7e9a76.tar.gz
PROJ-88426c18e43538edc6075d47b3b6829ada7e9a76.zip
projinfo: add a --normalize-axis-order undocument switch
Diffstat (limited to 'include')
-rw-r--r--include/proj/crs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp
index 8c1f9f6f..0f8c5e42 100644
--- a/include/proj/crs.hpp
+++ b/include/proj/crs.hpp
@@ -142,7 +142,7 @@ class PROJ_GCC_DLL CRS : public common::ObjectUsage,
PROJ_INTERNAL bool mustAxisOrderBeSwitchedForVisualization() const;
- PROJ_INTERNAL CRSNNPtr normalizeForVisualization() const;
+ PROJ_FOR_TEST CRSNNPtr normalizeForVisualization() const;
PROJ_INTERNAL CRSNNPtr allowNonConformantWKT1Export() const;