diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-08-19 15:47:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-19 15:47:55 +0200 |
| commit | ff682bff13392b35d718a3a64c55b3ea6762c9bc (patch) | |
| tree | 0a5e285a6383537a8318a5d2bc01a36ab8ac5e2a /scripts | |
| parent | b8ab9150834257bcb197ca73b5a81eef7becdbdc (diff) | |
| parent | dff8e5df3f5e80a88590fc87aca17b39008289cc (diff) | |
| download | PROJ-ff682bff13392b35d718a3a64c55b3ea6762c9bc.tar.gz PROJ-ff682bff13392b35d718a3a64c55b3ea6762c9bc.zip | |
Merge pull request #2815 from OSGeo/backport-2814-to-8.1
[Backport 8.1] BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/extent/id attributes (fixes #2813)
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 f8066394..9b84c09b 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -98,6 +98,7 @@ osgeo::proj::crs::BoundCRS::~BoundCRS() osgeo::proj::crs::BoundCRS::create(dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::crs::CRS> > const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::crs::CRS> > const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::operation::Transformation> > const&) osgeo::proj::crs::BoundCRS::createFromNadgrids(dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::crs::CRS> > const&, std::string const&) osgeo::proj::crs::BoundCRS::createFromTOWGS84(dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::crs::CRS> > const&, std::vector<double, std::allocator<double> > const&) +osgeo::proj::crs::BoundCRS::create(osgeo::proj::util::PropertyMap const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::crs::CRS> > const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::crs::CRS> > const&, dropbox::oxygen::nn<std::shared_ptr<osgeo::proj::operation::Transformation> > const&) osgeo::proj::crs::BoundCRS::hubCRS() const osgeo::proj::crs::BoundCRS::transformation() const osgeo::proj::crs::CompoundCRS::componentReferenceSystems() const |
