diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/iso19111/io.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/iso19111/io.cpp b/src/iso19111/io.cpp index ddef9796..f4d93ef4 100644 --- a/src/iso19111/io.cpp +++ b/src/iso19111/io.cpp @@ -8350,6 +8350,10 @@ CRSNNPtr PROJStringParser::Private::buildProjectedCRS( break; } } + if (getNumericValue(getParamValue(step, "a")) == 6378137) { + return createPseudoMercator(PropertyMap().set( + IdentifiedObject::NAME_KEY, "WGS 84 / Pseudo-Mercator")); + } } else if (hasParamValue(step, "lat_ts")) { mapping = getMapping(EPSG_CODE_METHOD_MERCATOR_VARIANT_B); } else { |
