diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-13 17:26:22 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-13 17:26:22 +0100 |
| commit | b60b9e88ec2a5494062370f5346ecf1e0880b169 (patch) | |
| tree | dfeaf174c1a9d31d973a68aa9d6ce37f45d06c6f /src/iso19111/coordinateoperation.cpp | |
| parent | 4d1f5486f6453300bdb35c2607e126f6c526c243 (diff) | |
| download | PROJ-b60b9e88ec2a5494062370f5346ecf1e0880b169.tar.gz PROJ-b60b9e88ec2a5494062370f5346ecf1e0880b169.zip | |
PROJ string parsing: no longer attempt to build a CoordinateOperation object from +proj=helmert/molodensky since there are ambiguities
Diffstat (limited to 'src/iso19111/coordinateoperation.cpp')
| -rw-r--r-- | src/iso19111/coordinateoperation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/coordinateoperation.cpp b/src/iso19111/coordinateoperation.cpp index d36d901f..7cac18bf 100644 --- a/src/iso19111/coordinateoperation.cpp +++ b/src/iso19111/coordinateoperation.cpp @@ -5489,7 +5489,7 @@ void Conversion::_exportToPROJString( if (isUTM(zone, north)) { bConversionDone = true; formatter->addStep("utm"); - if( useApprox ) { + if (useApprox) { formatter->addParam("approx"); } formatter->addParam("zone", zone); |
