From c42801be9b2e783430708287987cf7b0b8cd850b Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 14 Nov 2019 01:38:04 +0100 Subject: Code reformat --- src/iso19111/c_api.cpp | 9 ++++++--- src/iso19111/crs.cpp | 18 ++++++++++++------ 2 files changed, 18 insertions(+), 9 deletions(-) (limited to 'src') 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) * - *
  • 90% means that CRS are equivalent, but the names are not exactly the same.
  • - *
  • 70% means that CRS are equivalent), but the names do not match at all.
  • - *
  • 25% means that the CRS are not equivalent, but there is some similarity in + *
  • 90% means that CRS are equivalent, but the names are not exactly the + * same.
  • + *
  • 70% means that CRS are equivalent), but the names do not match at + * all.
  • + *
  • 25% means that the CRS are not equivalent, but there is some similarity + * in * the names.
  • * * 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) * - *
  • 90% means that CRS are equivalent, but the names are not exactly the same.
  • - *
  • 70% means that CRS are equivalent), but the names do not match at all.
  • - *
  • 25% means that the CRS are not equivalent, but there is some similarity in + *
  • 90% means that CRS are equivalent, but the names are not exactly the + * same.
  • + *
  • 70% means that CRS are equivalent), but the names do not match at + * all.
  • + *
  • 25% means that the CRS are not equivalent, but there is some similarity + * in * the names.
  • * * 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) * - *
  • 90% means that CRS are equivalent, but the names are not exactly the same. - *
  • 70% means that CRS are equivalent (equivalent datum and coordinate system), + *
  • 90% means that CRS are equivalent, but the names are not exactly the + * same. + *
  • 70% means that CRS are equivalent (equivalent datum and coordinate + * system), * but the names do not match at all.
  • *
  • 60% means that ellipsoid, prime meridian and coordinate systems are * equivalent, but the CRS and datum names do not match.
  • - *
  • 25% means that the CRS are not equivalent, but there is some similarity in + *
  • 25% means that the CRS are not equivalent, but there is some similarity + * in * the names.
  • * * -- cgit v1.2.3