From 67758b2c67ea329116b59818c038797667c4e1d1 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 26 Nov 2018 15:47:57 +0100 Subject: Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove the data/epsg and data/IGNF files --- include/proj/io.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/proj/io.hpp b/include/proj/io.hpp index 653edfbc..5fb12a76 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -690,6 +690,8 @@ class PROJ_GCC_DLL DatabaseContext { PROJ_DLL const std::string &getPath() const; + PROJ_DLL const char *getMetadata(const char *key) const; + PROJ_DLL std::set getAuthorities() const; PROJ_DLL std::vector getDatabaseStructure() const; -- cgit v1.2.3