diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-11-21 13:56:18 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-11-21 13:56:18 +0100 |
| commit | c2edd467c591f936f4eb81dfadd62a20f6bff371 (patch) | |
| tree | 6b2ed5d081ace0be6112d0bd29bd8a9d0e2744a1 /src/iso19111/io.cpp | |
| parent | 3dea81d9be4712aa90ba79f333338c0b3ecb21e2 (diff) | |
| download | PROJ-c2edd467c591f936f4eb81dfadd62a20f6bff371.tar.gz PROJ-c2edd467c591f936f4eb81dfadd62a20f6bff371.zip | |
createOperation(): make it work properly when one of the CRS is a BoundCRS of a DerivedGeographicCRS (+proj=ob_tran +o_proj=lonlat +towgs84=....)
Diffstat (limited to 'src/iso19111/io.cpp')
| -rw-r--r-- | src/iso19111/io.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iso19111/io.cpp b/src/iso19111/io.cpp index 623ad6f9..fa359d39 100644 --- a/src/iso19111/io.cpp +++ b/src/iso19111/io.cpp @@ -9478,8 +9478,8 @@ CRSNNPtr PROJStringParser::Private::buildProjectedCRS( std::string methodName = "PROJ " + step.name; for (const auto ¶m : step.paramValues) { if (is_in_stringlist(param.key, - "wktext,no_defs,datum,ellps,a,b,R,towgs84," - "nadgrids,geoidgrids," + "wktext,no_defs,datum,ellps,a,b,R,f,rf," + "towgs84,nadgrids,geoidgrids," "units,to_meter,vunits,vto_meter,type")) { continue; } |
