aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/iso19111/c_api.cpp9
-rw-r--r--src/iso19111/crs.cpp18
2 files changed, 18 insertions, 9 deletions
diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp
index 5f34a22b..fdfcdf7a 100644
--- a/src/iso19111/c_api.cpp
+++ b/src/iso19111/c_api.cpp
@@ -2173,9 +2173,12 @@ PJ *proj_get_target_crs(PJ_CONTEXT *ctx, const PJ *obj) {
* but rather isEquivalentTo(EPSG_4326,
* util::IComparable::Criterion::EQUIVALENT_EXCEPT_AXIS_ORDER_GEOGCRS)
* </li>
- * <li>90% means that CRS are equivalent, but the names are not exactly the same.</li>
- * <li>70% means that CRS are equivalent), but the names do not match at all.</li>
- * <li>25% means that the CRS are not equivalent, but there is some similarity in
+ * <li>90% means that CRS are equivalent, but the names are not exactly the
+ * same.</li>
+ * <li>70% means that CRS are equivalent), but the names do not match at
+ * all.</li>
+ * <li>25% means that the CRS are not equivalent, but there is some similarity
+ * in
* the names.</li>
* </ul>
* Other confidence values may be returned by some specialized implementations.
diff --git a/src/iso19111/crs.cpp b/src/iso19111/crs.cpp
index 2cae3851..a55b701a 100644
--- a/src/iso19111/crs.cpp
+++ b/src/iso19111/crs.cpp
@@ -712,9 +712,12 @@ CRSNNPtr CRS::normalizeForVisualization() const {
* but rather isEquivalentTo(EPSG_4326,
* util::IComparable::Criterion::EQUIVALENT_EXCEPT_AXIS_ORDER_GEOGCRS)
* </li>
- * <li>90% means that CRS are equivalent, but the names are not exactly the same.</li>
- * <li>70% means that CRS are equivalent), but the names do not match at all.</li>
- * <li>25% means that the CRS are not equivalent, but there is some similarity in
+ * <li>90% means that CRS are equivalent, but the names are not exactly the
+ * same.</li>
+ * <li>70% means that CRS are equivalent), but the names do not match at
+ * all.</li>
+ * <li>25% means that the CRS are not equivalent, but there is some similarity
+ * in
* the names.</li>
* </ul>
* Other confidence values may be returned by some specialized implementations.
@@ -1624,12 +1627,15 @@ static bool hasCodeCompatibleOfAuthorityFactory(
* but rather isEquivalentTo(EPSG_4326,
* util::IComparable::Criterion::EQUIVALENT_EXCEPT_AXIS_ORDER_GEOGCRS)
* </li>
- * <li>90% means that CRS are equivalent, but the names are not exactly the same.
- * <li>70% means that CRS are equivalent (equivalent datum and coordinate system),
+ * <li>90% means that CRS are equivalent, but the names are not exactly the
+ * same.
+ * <li>70% means that CRS are equivalent (equivalent datum and coordinate
+ * system),
* but the names do not match at all.</li>
* <li>60% means that ellipsoid, prime meridian and coordinate systems are
* equivalent, but the CRS and datum names do not match.</li>
- * <li>25% means that the CRS are not equivalent, but there is some similarity in
+ * <li>25% means that the CRS are not equivalent, but there is some similarity
+ * in
* the names.</li>
* </ul>
*