mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
always bind addr:place to place instead of street
If an addr:place is given but no addr:street tag, then bind the rank 30 object always to a <=25 object, even when there is none found with the same name.
This commit is contained in:
@@ -374,7 +374,7 @@ Feature: Parenting of objects
|
||||
| W1 | N4 | 3 |
|
||||
| N1 | W2 | None |
|
||||
| N2 | W3 | 4 |
|
||||
| N3 | W2 | None |
|
||||
| N3 | N4 | None |
|
||||
|
||||
Scenario: POIs parent a road if they are attached to it
|
||||
Given the scene points-on-roads
|
||||
|
||||
Reference in New Issue
Block a user