diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-10-29 11:48:17 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-10-29 11:48:17 +0100 |
| commit | 805b187edd4c9246629e9aeb062118f8c2de2dfe (patch) | |
| tree | 16544587f5ea1341fa749f31c7ad97840677023b /src/iso19111/crs.cpp | |
| parent | 2366a528aa1bce3f9ccfea5940154dc7c6c947be (diff) | |
| download | PROJ-805b187edd4c9246629e9aeb062118f8c2de2dfe.tar.gz PROJ-805b187edd4c9246629e9aeb062118f8c2de2dfe.zip | |
Little tweaks in implicit 2D/3D geog conversions in compoundCRS to geogCRS transformations
Diffstat (limited to 'src/iso19111/crs.cpp')
| -rw-r--r-- | src/iso19111/crs.cpp | 2 |
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) { |
