diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-14 01:38:04 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-14 01:38:04 +0100 |
| commit | c42801be9b2e783430708287987cf7b0b8cd850b (patch) | |
| tree | bb3e4da9aac4961fdba1b00ed53249bb79e604e6 /src | |
| parent | e151e92371772c5bad5001f94f79618ca192eb5d (diff) | |
| download | PROJ-c42801be9b2e783430708287987cf7b0b8cd850b.tar.gz PROJ-c42801be9b2e783430708287987cf7b0b8cd850b.zip | |
Code reformat
Diffstat (limited to 'src')
| -rw-r--r-- | src/iso19111/c_api.cpp | 9 | ||||
| -rw-r--r-- | src/iso19111/crs.cpp | 18 |
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> * |
