Merge pull request #1419 from asantoz/minor-fix-doc

Minor issue on api docs
This commit is contained in:
Sarah Hoffmann
2019-07-08 22:23:10 +02:00
committed by GitHub

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.