diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-12 11:51:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-12 11:51:10 +0200 |
| commit | 3bc25ac8a9deb868174a19392266dd2c870e3179 (patch) | |
| tree | 3c31c61f240b01cafda33cce2f40d4f749bf7507 /scripts | |
| parent | 3361e5286881be9686b11b2bbfb5371d91aba7e8 (diff) | |
| parent | 88426c18e43538edc6075d47b3b6829ada7e9a76 (diff) | |
| download | PROJ-3bc25ac8a9deb868174a19392266dd2c870e3179.tar.gz PROJ-3bc25ac8a9deb868174a19392266dd2c870e3179.zip | |
Merge pull request #2659 from rouault/fix_2603
CRS::normalizeForVisualization(): propagate domains/extent of original CRS (fixes #2603)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/reference_exported_symbols.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/reference_exported_symbols.txt b/scripts/reference_exported_symbols.txt index a4716e96..e1de53d0 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -117,6 +117,7 @@ osgeo::proj::crs::CRS::extractGeographicCRS() const osgeo::proj::crs::CRS::extractVerticalCRS() const osgeo::proj::crs::CRS::getNonDeprecated(dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::io::DatabaseContext> > const&) const osgeo::proj::crs::CRS::identify(std::shared_ptr<osgeo::proj::io::AuthorityFactory> const&) const +osgeo::proj::crs::CRS::normalizeForVisualization() const osgeo::proj::crs::CRS::promoteTo3D(std::string const&, std::shared_ptr<osgeo::proj::io::DatabaseContext> const&) const osgeo::proj::crs::CRS::shallowClone() const osgeo::proj::crs::CRS::stripVerticalComponent() const |
