aboutsummaryrefslogtreecommitdiff
path: root/src/io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.cpp')
-rw-r--r--src/io.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/io.cpp b/src/io.cpp
index caf9b53d..fb00bcd1 100644
--- a/src/io.cpp
+++ b/src/io.cpp
@@ -3514,6 +3514,10 @@ WKTParser::Private::buildProjectedCRS(const WKTNodeNNPtr &node) {
linearUnit)
.as_nullable();
}
+ } else if (methodCode ==
+ EPSG_CODE_METHOD_TRANSVERSE_MERCATOR_SOUTH_ORIENTATED) {
+ cartesianCS =
+ CartesianCS::createWestingSouthing(linearUnit).as_nullable();
}
}
if (!cartesianCS) {