From 4e9d559d6c1cdb2ea9ace5894088b26332ad9a42 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 13 May 2020 19:04:17 +0200 Subject: ProjectedCRS::identify(): fix identification of EPSG:3059 from 'LKS92_Latvia_TM' name, and other cleanups/improvements (fixes #2214) --- src/iso19111/c_api.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/iso19111/c_api.cpp') diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp index 6b726f34..6f20cf12 100644 --- a/src/iso19111/c_api.cpp +++ b/src/iso19111/c_api.cpp @@ -2236,8 +2236,8 @@ PJ *proj_get_target_crs(PJ_CONTEXT *ctx, const PJ *obj) { * *
  • 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.
  • + *
  • 70% means that CRS are equivalent, but the names are not equivalent. + *
  • *
  • 25% means that the CRS are not equivalent, but there is some similarity * in * the names.
  • -- cgit v1.2.3