diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-02-14 20:00:25 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2022-02-14 20:00:25 +0100 |
| commit | df9e2fe519d97139a8264057d96b034788e8e8e7 (patch) | |
| tree | 0ac30dd48e217392fcf1b3937e025adaa81b9730 /include | |
| parent | f67c82912fde55a58d565697263306c840b3efd4 (diff) | |
| download | PROJ-df9e2fe519d97139a8264057d96b034788e8e8e7.tar.gz PROJ-df9e2fe519d97139a8264057d96b034788e8e8e7.zip | |
Better deal with importing strings like '+init=epsg:XXXX +over' (refs MapServer/MapServer#6478)
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/crs.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
