diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-02-14 20:40:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-14 20:40:25 +0100 |
| commit | d4deb549982a16c0b7b324739af781d2779f2324 (patch) | |
| tree | 0ac30dd48e217392fcf1b3937e025adaa81b9730 /include | |
| parent | f67c82912fde55a58d565697263306c840b3efd4 (diff) | |
| parent | df9e2fe519d97139a8264057d96b034788e8e8e7 (diff) | |
| download | PROJ-d4deb549982a16c0b7b324739af781d2779f2324.tar.gz PROJ-d4deb549982a16c0b7b324739af781d2779f2324.zip | |
Merge pull request #3055 from rouault/over_fix
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, |
