From 862f04e7d9114cfbb1502ce257de0966aa5c362a Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 26 Sep 2019 11:57:37 +0200 Subject: Improve vertical transformation support When we had a transformation between a compoundCRS and a target geographicCRS, we did not take into account that in the vertical->other_geog_CRS transformation we used, the other_geog_CRS was an implicit interpolation CRS. Thus before doing vertical adjustment, we must go to this interpolation CRS. The workflow is thus: source CRS -> interpolation CRS + vertical adjustment + interplation CRS -> target CRS --- scripts/reference_exported_symbols.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/reference_exported_symbols.txt b/scripts/reference_exported_symbols.txt index b70d3b9d..c9f44ead 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -151,6 +151,7 @@ osgeo::proj::crs::GeodeticCRS::velocityModel() const osgeo::proj::crs::GeographicCRS::coordinateSystem() const osgeo::proj::crs::GeographicCRS::create(osgeo::proj::util::PropertyMap const&, dropbox::oxygen::nn > const&, dropbox::oxygen::nn > const&) osgeo::proj::crs::GeographicCRS::create(osgeo::proj::util::PropertyMap const&, std::shared_ptr const&, std::shared_ptr const&, dropbox::oxygen::nn > const&) +osgeo::proj::crs::GeographicCRS::demoteTo2D(std::string const&, std::shared_ptr const&) const osgeo::proj::crs::GeographicCRS::~GeographicCRS() osgeo::proj::crs::GeographicCRS::is2DPartOf3D(dropbox::oxygen::nn) const osgeo::proj::crs::ParametricCRS::coordinateSystem() const -- cgit v1.2.3