From f28d36cee9ec099ae5fea3873988204a7ebda520 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 6 Oct 2021 19:26:09 +0200 Subject: CRS::_isEquivalentTo(): be tolerant to different order of PROJ step options (fixes #2886) --- include/proj/io.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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; -- cgit v1.2.3