parent
d3638ace59
commit
64947e46d6
@ -26,7 +26,15 @@ Feature: Foot - Access tags on ways
|
|||||||
| motorway | no | | |
|
| motorway | no | | |
|
||||||
| motorway | no | yes | x |
|
| motorway | no | yes | x |
|
||||||
| motorway | no | no | |
|
| motorway | no | no | |
|
||||||
|
| platform | | | x |
|
||||||
|
| platform | | yes | x |
|
||||||
|
| platform | | no | |
|
||||||
|
| platform | yes | | x |
|
||||||
|
| platform | yes | yes | x |
|
||||||
|
| platform | yes | no | |
|
||||||
|
| platform | no | | |
|
||||||
|
| platform | no | yes | x |
|
||||||
|
| platform | no | no | |
|
||||||
|
|
||||||
Scenario: Foot - Overwriting implied acccess on ways
|
Scenario: Foot - Overwriting implied acccess on ways
|
||||||
Then routability should be
|
Then routability should be
|
||||||
|
@ -90,6 +90,7 @@ function setup()
|
|||||||
path = walking_speed,
|
path = walking_speed,
|
||||||
steps = walking_speed,
|
steps = walking_speed,
|
||||||
pedestrian = walking_speed,
|
pedestrian = walking_speed,
|
||||||
|
platform = walking_speed,
|
||||||
footway = walking_speed,
|
footway = walking_speed,
|
||||||
pier = walking_speed,
|
pier = walking_speed,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user