diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-02-11 18:50:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-11 18:50:53 +0100 |
| commit | 595aafef26bc7878cb4d708cb682e4944e5f7fbb (patch) | |
| tree | c862cb9d4206f3be8bc11b9f28855abe43cff018 /scripts | |
| parent | a10b5edfad805b1e09d88b31b953707412440b09 (diff) | |
| parent | 29583196dfae2565a35c7a8759cc8a5640d6a2b1 (diff) | |
| download | PROJ-595aafef26bc7878cb4d708cb682e4944e5f7fbb.tar.gz PROJ-595aafef26bc7878cb4d708cb682e4944e5f7fbb.zip | |
Merge pull request #1921 from rouault/pj_get_relative_share_proj
Use relative directory to locate PROJ resource files.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/reference_exported_symbols.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/reference_exported_symbols.txt b/scripts/reference_exported_symbols.txt index d624a893..01f8204b 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -282,6 +282,7 @@ osgeo::proj::datum::VerticalReferenceFrame::create(osgeo::proj::util::PropertyMa osgeo::proj::datum::VerticalReferenceFrame::realizationMethod() const osgeo::proj::datum::VerticalReferenceFrame::~VerticalReferenceFrame() osgeo::proj::File::~File() +osgeo::proj::FileManager::exists(projCtx_t*, char const*) osgeo::proj::FileManager::open(projCtx_t*, char const*, osgeo::proj::FileAccess) osgeo::proj::File::read_line(unsigned long, bool&, bool&) osgeo::proj::GenericShiftGrid::~GenericShiftGrid() @@ -780,6 +781,7 @@ pj_get_default_ctx pj_get_default_fileapi pj_get_default_searchpaths(projCtx_t*) pj_get_errno_ref +pj_get_relative_share_proj(projCtx_t*) pj_get_release pj_get_spheroid_defn pj_has_inverse |
