aboutsummaryrefslogtreecommitdiff
path: root/include/proj/coordinateoperation.hpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-05-06 19:45:27 +0200
committerEven Rouault <even.rouault@spatialys.com>2019-05-06 20:21:27 +0200
commit61cf8c5b29c82ab7e46b207bd125eaad49c03021 (patch)
tree0d02cecceb233a94fa931caa47aed2c33543c53b /include/proj/coordinateoperation.hpp
parent5e98fed78205605ccb01ab4310d3cba292de73b4 (diff)
downloadPROJ-61cf8c5b29c82ab7e46b207bd125eaad49c03021.tar.gz
PROJ-61cf8c5b29c82ab7e46b207bd125eaad49c03021.zip
createOperations(): for 'Amersfoort / RD New + NAP height' (EPSG:7415) to ETRS89 (EPSG:4937), make sure that the vgridshift is applied first (ie on Amersfoort datum) before the hgridshift
Diffstat (limited to 'include/proj/coordinateoperation.hpp')
-rw-r--r--include/proj/coordinateoperation.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proj/coordinateoperation.hpp b/include/proj/coordinateoperation.hpp
index 994cbab2..7ade26f2 100644
--- a/include/proj/coordinateoperation.hpp
+++ b/include/proj/coordinateoperation.hpp
@@ -1476,7 +1476,8 @@ class PROJ_GCC_DLL Transformation : public SingleOperation {
PROJ_DLL static TransformationNNPtr
createGravityRelatedHeightToGeographic3D(
const util::PropertyMap &properties, const crs::CRSNNPtr &sourceCRSIn,
- const crs::CRSNNPtr &targetCRSIn, const std::string &filename,
+ const crs::CRSNNPtr &targetCRSIn, const crs::CRSPtr &interpolationCRSIn,
+ const std::string &filename,
const std::vector<metadata::PositionalAccuracyNNPtr> &accuracies);
PROJ_DLL static TransformationNNPtr createVERTCON(