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) | |
11 | N1 | entrance | main | 1 | 'wheelchair': 'yes' |
12 | N2 | entrance | yes | 3 | |
17 Then placex contains exactly
20 Then placex_entrance contains exactly
21 | place_id | osm_id | type | location!wkt | extratags |
22 | 1 | 1 | main | 1 | {'wheelchair': 'yes'} |
23 | 1 | 2 | yes | 3 | {} |