diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-12 11:51:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-12 11:51:10 +0200 |
| commit | 3bc25ac8a9deb868174a19392266dd2c870e3179 (patch) | |
| tree | 3c31c61f240b01cafda33cce2f40d4f749bf7507 /include | |
| parent | 3361e5286881be9686b11b2bbfb5371d91aba7e8 (diff) | |
| parent | 88426c18e43538edc6075d47b3b6829ada7e9a76 (diff) | |
| download | PROJ-3bc25ac8a9deb868174a19392266dd2c870e3179.tar.gz PROJ-3bc25ac8a9deb868174a19392266dd2c870e3179.zip | |
Merge pull request #2659 from rouault/fix_2603
CRS::normalizeForVisualization(): propagate domains/extent of original CRS (fixes #2603)
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/crs.hpp | 2 |
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; |
