aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/coordinateoperation.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-01-22 10:58:13 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-01-22 10:58:13 +0100
commitc048292f3b8e408e6a81700a74d9b44d532227ac (patch)
tree4793063b442e2768d7bea3fd1c96f80a55140093 /src/iso19111/coordinateoperation.cpp
parent5c86b290e2c5686cbf5100eb71e32b0362a989fc (diff)
downloadPROJ-c048292f3b8e408e6a81700a74d9b44d532227ac.tar.gz
PROJ-c048292f3b8e408e6a81700a74d9b44d532227ac.zip
Coordinate operation computation with boundcrs / wktext: drop useless early bindins terms in generated pipeline (fixes #1232)
Diffstat (limited to 'src/iso19111/coordinateoperation.cpp')
-rw-r--r--src/iso19111/coordinateoperation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iso19111/coordinateoperation.cpp b/src/iso19111/coordinateoperation.cpp
index 723fddec..6f9b6283 100644
--- a/src/iso19111/coordinateoperation.cpp
+++ b/src/iso19111/coordinateoperation.cpp
@@ -11100,6 +11100,7 @@ CoordinateOperationFactory::Private::createOperations(
}
auto projFormatter = io::PROJStringFormatter::create();
projFormatter->setCRSExport(true);
+ projFormatter->setDropEarlyBindingsTerms(true);
projFormatter->startInversion();
sourceProjExportable->_exportToPROJString(projFormatter.get());
auto geogSrc =