This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

Nominatim results priority.

0

Hello,

I'm not sure if there is an issue with Nominatim or the tagging with these search results(the latter is a little poor) that have been reported to me, so I'm going to ask here before reporting or improving.

Search for

I'm wondering if leisure=garden is not "of interest" enough and a relation object with tourism=attraction + name="Trelissick House and Gardens" would be better.

When I do this, I'll also want to get rid of all the (descriptions) in the name values and replace them with access or operator tags as appropriate.

asked 23 Jul '14, 19:05

LivingWithDragons's gravatar image

LivingWithDr...
5244616
accept rate: 4%


One Answer:

1

This is happening because nominatim always shows exact matches before partial matches regardless of the relative importance of the different features. It is a known issue but very hard to resolve.

Within that the importance of a feature is mostly calculated via any wikipedia links. In general adding appropriate wikipedia links to the feature will resolve most problem - although not in this case due to the exact match issue.

answered 25 Jul '14, 13:26

twain's gravatar image

twain
2.4k2538
accept rate: 40%