From: André Santos Date: Mon, 8 Jul 2019 19:08:43 +0000 (+0100) Subject: Minor issue on api docs X-Git-Tag: v3.4.0~27^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/bbc2da2a4bc58e4b9eb2311ee5eb4f299a9cc720 Minor issue on api docs Fix a minor issue on API docs in details endpoint example :pray: --- diff --git a/docs/api/Details.md b/docs/api/Details.md index b5405c83..2776bfe2 100644 --- a/docs/api/Details.md +++ b/docs/api/Details.md @@ -24,7 +24,7 @@ but the `class` parameter is left out, then one of the places will be chosen at random and displayed. ``` - https://nominatim.openstreetmap.org/details?placeid= + https://nominatim.openstreetmap.org/details?place_id= ``` Placeids are assigned sequentially during Nominatim data import. The id for a place is different between Nominatim installation (servers) and changes when data gets reimported. Therefore it can't be used as permanent id and shouldn't be used in bug reports.