From 805b187edd4c9246629e9aeb062118f8c2de2dfe Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 29 Oct 2019 11:48:17 +0100 Subject: Little tweaks in implicit 2D/3D geog conversions in compoundCRS to geogCRS transformations --- src/iso19111/crs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iso19111/crs.cpp') 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) { -- cgit v1.2.3