X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/634684236c6118e4df3cd40dd57fbde941bd2b30..77acc1c2be0c5fea487825a5e6a5a083e2b62569:/docs/api/Faq.md diff --git a/docs/api/Faq.md b/docs/api/Faq.md index 86f0e783..809f2c39 100644 --- a/docs/api/Faq.md +++ b/docs/api/Faq.md @@ -35,7 +35,7 @@ it contains the county/state/country across the border. #### 3. I get different counties/states/countries when I change the zoom parameter in the reverse query. How is that possible? This is basically the same problem as in the previous answer. -The zoom level influences at which [search rank](https://wiki.openstreetmap.org/wiki/Nominatim/Development_overview#Country_to_street_level) Nominatim starts looking +The zoom level influences at which [search rank](../customize/Ranking.md#search-rank) Nominatim starts looking for the closest object. So the closest house number maybe on one side of the border while the closest street is on the other. As the address details contain the address of the closest object found, you might sometimes get one result, @@ -58,4 +58,4 @@ The [Overpass API](https://wiki.openstreetmap.org/wiki/Overpass_API) is more suited for these kinds of queries. That said if you installed your own Nominatim instance you can use the -`/utils/export.php` PHP script as basis to return such lists. +`nominatim export` PHP script as basis to return such lists.