I noticed that Nominatim has strange preference for boundary:administrative over place:XYZ when they have same name. Here is very simple example: https://nominatim.openstreetmap.org/search.php?q=Balzers It returns one result: https://nominatim.openstreetmap.org/details.php?place_id=144926588 Which is boundary:administrative. In the linked places there is this place: https://nominatim.openstreetmap.org/details.php?place_id=586113 Which is place:village. I am wondering why doesn't it show up in search results. I am personally more interested in places so I am wondering if it is possible to add a parameter to search to prefer places or it is a server-side setting for Nominatim. I have a local instance running as well so I can try to play with that. Thanks! asked 20 Sep '16, 16:17 Andrey |
This question got answered on the geocoding mailinglist https://lists.openstreetmap.org/pipermail/geocoding/2016-September/001823.html answered 22 Sep '16, 14:04 mtmail |
As you point out yourself the behaviour is by design (to suppress having two OSM objects and results for the same entity). You should probably raise the issue wrt specifically searching for places here https://github.com/twain47/Nominatim answered 21 Sep '16, 20:56 SimonPoole ♦ It is strange because sometimes Nominatim has no problem returning same entities: https://nominatim.openstreetmap.org/search.php?q=weesp&polygon=1&viewbox=
(22 Sep '16, 19:12)
Andrey
Those are all different entities (suburb, city, motorway junction, etc.), but with the same name.
(22 Sep '16, 19:32)
alester
|
meta: In general, please do not post your questions to several places. That wastes help resources. If you really need to (for whatever reason), please always mentioning it in each post and provide links to the other posts. Once you've got an answer at one place, update all the other places.
@aseerel4c26 I will note that. It was just not very clear for me whether help.openstreetmap.org and mailing lists are maintained by same community.