diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-05-12 09:07:27 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-05-12 09:07:27 +0200 |
| commit | 32703ddba9081682b4c39ae7bcedeabeb8c6143d (patch) | |
| tree | bfa909fdc9e2695e1ad760ed1cba72dd3e3d5bca | |
| parent | 004e26293e258a9144e6e1d33049eb1753b82b89 (diff) | |
| download | PROJ-32703ddba9081682b4c39ae7bcedeabeb8c6143d.tar.gz PROJ-32703ddba9081682b4c39ae7bcedeabeb8c6143d.zip | |
Fix doc of proj_identify()
| -rw-r--r-- | src/iso19111/c_api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp index ceb27111..5d2216e8 100644 --- a/src/iso19111/c_api.cpp +++ b/src/iso19111/c_api.cpp @@ -1777,7 +1777,7 @@ PJ *proj_get_target_crs(PJ_CONTEXT *ctx, const PJ *obj) { /** \brief Identify the CRS with reference CRSs. * * The candidate CRSs are either hard-coded, or looked in the database when - * authorityFactory is not null. + * it is available. * * The method returns a list of matching reference CRS, and the percentage * (0-100) of confidence in the match. The list is sorted by decreasing |
