aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/operation/transformation.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-05 17:46:41 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-03-05 18:18:35 +0100
commitc6a241f2fed223de44abf7eae72d55c1bc530003 (patch)
tree684095f4096fca053ac95165395700ddf989d900 /src/iso19111/operation/transformation.cpp
parentf278b5bee641dd94245ed54f4eb75e29c3d4d993 (diff)
downloadPROJ-c6a241f2fed223de44abf7eae72d55c1bc530003.tar.gz
PROJ-c6a241f2fed223de44abf7eae72d55c1bc530003.zip
createOperations(): fix incorrect height transformation between 3D promoted RGF93 and CH1903+ (fixes #2541)
Diffstat (limited to 'src/iso19111/operation/transformation.cpp')
-rw-r--r--src/iso19111/operation/transformation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/iso19111/operation/transformation.cpp b/src/iso19111/operation/transformation.cpp
index 984f2756..392d6026 100644
--- a/src/iso19111/operation/transformation.cpp
+++ b/src/iso19111/operation/transformation.cpp
@@ -2595,7 +2595,6 @@ void Transformation::_exportToPROJString(
auto targetCRSGeog =
dynamic_cast<const crs::GeographicCRS *>(targetCRS().get());
const bool addPushPopV3 =
- !CoordinateOperation::getPrivate()->use3DHelmert_ &&
((sourceCRSGeog &&
sourceCRSGeog->coordinateSystem()->axisList().size() == 2) ||
(targetCRSGeog &&