diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-04 14:46:41 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-04 14:46:41 +0100 |
| commit | d06c1c55c1c3fc7209abdbdfbf2e3cf34f18cf98 (patch) | |
| tree | 98fe336a41f1397280ee665d08040339967d711b /include | |
| parent | addf30e4446fd39891fd5bdcb22413ed41e0913b (diff) | |
| download | PROJ-d06c1c55c1c3fc7209abdbdfbf2e3cf34f18cf98.tar.gz PROJ-d06c1c55c1c3fc7209abdbdfbf2e3cf34f18cf98.zip | |
Improve recognition of WKT1 datum names
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/io.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index 41038e2d..77ca1d2d 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -899,8 +899,9 @@ class PROJ_GCC_DLL AuthorityFactory { PROJ_DLL std::string getOfficialNameFromAlias( const std::string &aliasedName, const std::string &tableName, - const std::string &source, std::string &outTableName, - std::string &outAuthName, std::string &outCode) const; + const std::string &source, bool tryEquivalentNameSpelling, + std::string &outTableName, std::string &outAuthName, + std::string &outCode) const; PROJ_DLL std::list<common::IdentifiedObjectNNPtr> createObjectsFromName(const std::string &name, |
