diff options
| author | Alan D. Snow <alansnow21@gmail.com> | 2020-09-04 01:35:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-04 08:35:45 +0200 |
| commit | 50bf1180df522e63a47323975535e5fb7bcd390c (patch) | |
| tree | 66fb06efa29d84013b7c2d937a55bb3ce7f74646 /src | |
| parent | 252bb9d4612dee04c0300c2c7cd5530491d9d0b4 (diff) | |
| download | PROJ-50bf1180df522e63a47323975535e5fb7bcd390c.tar.gz PROJ-50bf1180df522e63a47323975535e5fb7bcd390c.zip | |
DOC: Fix reference to proj_get_codes_from_database in proj_get_crs_info_list_from_database docstring (#2345)
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 55219004..21a07729 100644 --- a/src/iso19111/c_api.cpp +++ b/src/iso19111/c_api.cpp @@ -2497,9 +2497,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. |
