From 172744361c83d2a40c11600a398a0e1668052031 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 25 May 2020 19:47:43 +0200 Subject: Fix identification of (one of the) ESRI WKT formulations of EPSG:3035 Fixes https://github.com/qgis/QGIS/issues/36111 --- include/proj/io.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/proj') diff --git a/include/proj/io.hpp b/include/proj/io.hpp index 1620c1fe..d1f79aab 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -1172,6 +1172,14 @@ class PROJ_GCC_DLL AuthorityFactory { const metadata::ExtentPtr &intersectingExtent1, const metadata::ExtentPtr &intersectingExtent2) const; + typedef std::pair + PairObjectName; + PROJ_INTERNAL std::list + createObjectsFromNameEx(const std::string &name, + const std::vector &allowedObjectTypes = + std::vector(), + bool approximateMatch = true, + size_t limitResultCount = 0) const; //! @endcond protected: -- cgit v1.2.3