From 93b5898ef59c9085f73a0d026d608be56efa8d3a Mon Sep 17 00:00:00 2001 From: PROJ-BOT <59655370+PROJ-BOT@users.noreply.github.com> Date: Fri, 4 Sep 2020 08:51:30 +0200 Subject: DOC: Fix reference to proj_get_codes_from_database in proj_get_crs_info_list_from_database docstring (#2346) Co-authored-by: github-actions[bot] --- src/iso19111/c_api.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp index 24724c70..08b96a71 100644 --- a/src/iso19111/c_api.cpp +++ b/src/iso19111/c_api.cpp @@ -2496,9 +2496,9 @@ void proj_get_crs_list_parameters_destroy(PROJ_CRS_LIST_PARAMETERS *params) { * entry is NULL. This array should be freed with proj_crs_info_list_destroy() * * When no filter parameters are set, this is functionnaly equivalent to - * proj_get_crs_info_list_from_database(), instantiating a PJ* object for each - * of the proj_create_from_database() and retrieving information with the - * various getters. However this function will be much faster. + * proj_get_codes_from_database(), instantiating a PJ* object for each + * of the codes with proj_create_from_database() and retrieving information + * with the various getters. However this function will be much faster. * * @param ctx PROJ context, or NULL for default context * @param auth_name Authority name, used to restrict the search. -- cgit v1.2.3