aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/io.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-11-21 15:20:56 +0100
committerGitHub <noreply@github.com>2020-11-21 15:20:56 +0100
commit3f4058308bc328765dcf6ecdcb8fa7a644f3cc19 (patch)
treeb4d495b8c1b175c3c1c5594f8b7aed2941f897be /src/iso19111/io.cpp
parent3b3ec2bd6ac45026b25681057a06c64905b18ec5 (diff)
parentc2edd467c591f936f4eb81dfadd62a20f6bff371 (diff)
downloadPROJ-3f4058308bc328765dcf6ecdcb8fa7a644f3cc19.tar.gz
PROJ-3f4058308bc328765dcf6ecdcb8fa7a644f3cc19.zip
Merge pull request #2441 from rouault/fix_obtran_towgs84
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.cpp4
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 &param : 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;
}