aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/crs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/iso19111/crs.cpp')
-rw-r--r--src/iso19111/crs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/crs.cpp b/src/iso19111/crs.cpp
index 5d3af369..f16ed7cf 100644
--- a/src/iso19111/crs.cpp
+++ b/src/iso19111/crs.cpp
@@ -2170,7 +2170,7 @@ GeographicCRS::demoteTo2D(const std::string &newName,
const auto &axisList = coordinateSystem()->axisList();
if (axisList.size() == 3) {
const auto &l_identifiers = identifiers();
- // First check if there is a Geographic 3D CRS in the database
+ // First check if there is a Geographic 2D CRS in the database
// of the same name.
// This is the common practice in the EPSG dataset.
if (dbContext && l_identifiers.size() == 1) {