aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proj/io.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index 17f0fea5..060ab128 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -1064,6 +1064,8 @@ class PROJ_GCC_DLL AuthorityFactory {
const std::vector<std::pair<std::string, std::string>>
&intermediateCRSAuthCodes,
ObjectType allowedIntermediateObjectType = ObjectType::CRS,
+ const std::vector<std::string> &allowedAuthorities =
+ std::vector<std::string>(),
const metadata::ExtentPtr &intersectingExtent1 = nullptr,
const metadata::ExtentPtr &intersectingExtent2 = nullptr) const;