From 680d1eb93bfd0ffa274da2a28dc7fce704a059b9 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 25 Jan 2020 02:23:18 +0100 Subject: Implement RFC 5 --- include/proj/io.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/proj/io.hpp b/include/proj/io.hpp index e2f48dd4..3dcf7928 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -838,6 +838,11 @@ class PROJ_GCC_DLL DatabaseContext { bool &directDownload, bool &openLicense, bool &gridAvailable) const; + PROJ_INTERNAL std::string + getProjGridName(const std::string &oldProjGridName); + + PROJ_INTERNAL std::string getOldProjGridName(const std::string &gridName); + PROJ_INTERNAL std::string getAliasFromOfficialName(const std::string &officialName, const std::string &tableName, -- cgit v1.2.3