diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-05-13 19:04:17 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-05-13 22:06:02 +0200 |
| commit | 4e9d559d6c1cdb2ea9ace5894088b26332ad9a42 (patch) | |
| tree | a2ece852b06f3b783c4fb92118adab7aefcd39bb /src/iso19111/c_api.cpp | |
| parent | cf4c67c2b202fdc35ecb718ae9297c2cfd0201f7 (diff) | |
| download | PROJ-4e9d559d6c1cdb2ea9ace5894088b26332ad9a42.tar.gz PROJ-4e9d559d6c1cdb2ea9ace5894088b26332ad9a42.zip | |
ProjectedCRS::identify(): fix identification of EPSG:3059 from 'LKS92_Latvia_TM' name, and other cleanups/improvements (fixes #2214)
Diffstat (limited to 'src/iso19111/c_api.cpp')
| -rw-r--r-- | src/iso19111/c_api.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) { * </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>70% means that CRS are equivalent, but the names are not equivalent. + * </li> * <li>25% means that the CRS are not equivalent, but there is some similarity * in * the names.</li> |
