Scenario: place nodes are added to the address when they are close enough
Given the 0.002 grid
| 2 | | | | | | 1 | | 3 |
- And the named places
- | osm | class | type | geometry |
- | N1 | place | square | 1 |
- | N2 | place | hamlet | 2 |
- | N3 | place | hamlet | 3 |
+ And the places
+ | osm | class | type | name | geometry |
+ | N1 | place | square | Square | 1 |
+ | N2 | place | hamlet | West Farm | 2 |
+ | N3 | place | hamlet | East Farm | 3 |
When importing
Then place_addressline contains
| object | address | fromarea |
Then place_addressline doesn't contain
| object | address |
| N1 | N2 |
+ When searching for "Square"
+ Then results contain
+ | osm_type | osm_id | name |
+ | N | 1 | Square, East Farm |
Scenario: given two place nodes, the closer one wins for the address
Given the grid