From df9e2fe519d97139a8264057d96b034788e8e8e7 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 14 Feb 2022 20:00:25 +0100 Subject: Better deal with importing strings like '+init=epsg:XXXX +over' (refs MapServer/MapServer#6478) --- include/proj/crs.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp index ce950c47..593bfc4b 100644 --- a/include/proj/crs.hpp +++ b/include/proj/crs.hpp @@ -158,6 +158,8 @@ class PROJ_GCC_DLL CRS : public common::ObjectUsage, PROJ_INTERNAL bool hasImplicitCS() const; + PROJ_INTERNAL bool hasOver() const; + PROJ_INTERNAL static CRSNNPtr getResolvedCRS(const CRSNNPtr &crs, const io::AuthorityFactoryPtr &authFactory, -- cgit v1.2.3