diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-10-06 19:26:09 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-10-06 19:26:09 +0200 |
| commit | f28d36cee9ec099ae5fea3873988204a7ebda520 (patch) | |
| tree | 9adde1d0f8936b3439bb2b42e5c075f9d8df6362 /include | |
| parent | 3a67ea87fac5b835df7966fa801881eaf7503e78 (diff) | |
| download | PROJ-f28d36cee9ec099ae5fea3873988204a7ebda520.tar.gz PROJ-f28d36cee9ec099ae5fea3873988204a7ebda520.zip | |
CRS::_isEquivalentTo(): be tolerant to different order of PROJ step options (fixes #2886)
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/io.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index 47703442..235688cb 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -460,6 +460,8 @@ class PROJ_GCC_DLL PROJStringFormatter { PROJ_INTERNAL void setLegacyCRSToCRSContext(bool legacyContext); PROJ_INTERNAL bool getLegacyCRSToCRSContext() const; + PROJ_INTERNAL PROJStringFormatter &setNormalizeOutput(); + PROJ_INTERNAL const DatabaseContextPtr &databaseContext() const; PROJ_INTERNAL Convention convention() const; |
