Open jeffreyameyer opened 7 months ago
As seen in OSM, Nominatim normally merges any node (label
or admin_centre
) into the boundary relation that contains it. I wonder if this isn’t working correctly because the names differ. I’m hoping we can move away from the practice of stuffing date ranges into name=*
. Date glosses can foil name matching, as explained in https://github.com/OpenHistoricalMap/issues/issues/407#issuecomment-1246516071, and are redundant to iD’s labels, which automatically include the dates: OpenHistoricalMap/iD#184. We just need to get the main website to label dates automatically as well: #431. (I’m unsure if a fix for that particular issue would extend to Nominatim results.)
OHM Nominatim currently returns both boundary relations and boundary relation labels (both are tagged with
place=
) in its search results, but the labels are redundant and unnecessary in the results.See here:
For comparison, here are OSM's results for the same search, even though the label node has a
place=state
tag.