1 Feature: Entrance nodes are recorded
2 Test that imported entrance nodes are saved
4 Scenario: A building with two entrances
9 | osm | class | type | geometry | extratags |
10 | W1 | building | yes | (1,2,3,4,1) | |
12 | osm | type | geometry | extratags |
13 | N1 | main | 1 | 'wheelchair': 'yes' |
19 Then placex contains exactly
22 Then placex_entrance contains exactly
23 | place_id | osm_id | type | location!wkt | extratags |
24 | 1 | 1 | main | 1 | {'wheelchair': 'yes'} |
25 | 1 | 2 | yes | 3 | {} |