2 Feature: Update parenting of objects
4 Scenario: POI inside building inherits addr:street change
5 Given the scene building-on-street-corner
7 | osm | class | type | geometry |
8 | N1 | amenity | bank | :n-inner |
9 | N2 | shop | bakery | :n-edge-NS |
10 | N3 | shop | supermarket| :n-edge-WE |
12 | osm | class | type | addr_place | housenr | geometry |
13 | W1 | building | yes | nowhere | 3 | :w-building |
15 | osm | class | type | name | geometry |
16 | W2 | highway | primary | bar | :w-WE |
17 | W3 | highway | residential | foo | :w-NS |
20 | object | parent_place_id | housenumber |
26 | osm | class | type | street | addr_place | housenr | geometry |
27 | W1 | building | yes | foo | nowhere | 3 | :w-building |
29 | osm | class | type | name | geometry |
30 | N3 | shop | supermarket| well | :n-edge-WE |
32 | object | parent_place_id | housenumber |