diff options
| author | PROJ-BOT <59655370+PROJ-BOT@users.noreply.github.com> | 2020-09-04 08:51:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-04 08:51:30 +0200 |
| commit | 93b5898ef59c9085f73a0d026d608be56efa8d3a (patch) | |
| tree | a263130d9616e0f7edcb1a1d2b27765b2917195b /src | |
| parent | 05bfe14e4b0df172c594f4de7ad40e2667106630 (diff) | |
| download | PROJ-93b5898ef59c9085f73a0d026d608be56efa8d3a.tar.gz PROJ-93b5898ef59c9085f73a0d026d608be56efa8d3a.zip | |
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] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/iso19111/c_api.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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. |
