aboutsummaryrefslogtreecommitdiff
path: root/include/proj/io.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/proj/io.hpp')
-rw-r--r--include/proj/io.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index 5f0dd475..96a97142 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -844,10 +844,10 @@ class PROJ_GCC_DLL DatabaseContext {
suggestsCodeFor(const common::IdentifiedObjectNNPtr &object,
const std::string &authName, bool numericCode);
- PROJ_DLL std::vector<std::string>
- getInsertStatementsFor(const common::IdentifiedObjectNNPtr &object,
- const std::string &authName, const std::string &code,
- bool numericCode);
+ PROJ_DLL std::vector<std::string> getInsertStatementsFor(
+ const common::IdentifiedObjectNNPtr &object,
+ const std::string &authName, const std::string &code, bool numericCode,
+ const std::vector<std::string> &allowedAuthorities = {"EPSG", "PROJ"});
PROJ_DLL void stopInsertStatementsSession();