Minor issue on api docs

Fix a minor issue on API docs in details endpoint example 🙏
This commit is contained in:
André Santos
2019-07-08 20:08:43 +01:00
committed by GitHub
parent 4c1793b4e3
commit bbc2da2a4b

View File

@@ -24,7 +24,7 @@ but the `class` parameter is left out, then one of the places will be chosen
at random and displayed. at random and displayed.
``` ```
https://nominatim.openstreetmap.org/details?placeid=<value> https://nominatim.openstreetmap.org/details?place_id=<value>
``` ```
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. 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.