From c566213d28d488df622eeebb52b9aa44fd231189 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 12 Dec 2018 23:26:37 +0100 Subject: Improve doc of CRS::identify() / proj_obj_identify() --- src/c_api.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/c_api.cpp') diff --git a/src/c_api.cpp b/src/c_api.cpp index e5ceca7d..d3aae5ac 100644 --- a/src/c_api.cpp +++ b/src/c_api.cpp @@ -1754,7 +1754,9 @@ PJ_OBJ *proj_obj_get_target_crs(PJ_CONTEXT *ctx, const PJ_OBJ *obj) { * authorityFactory is not null. * * The method returns a list of matching reference CRS, and the percentage - * (0-100) of confidence in the match. + * (0-100) of confidence in the match. The list is sorted by decreasing + * confidence. + * * 100% means that the name of the reference entry * perfectly matches the CRS name, and both are equivalent. In which case a * single result is returned. -- cgit v1.2.3