Blacklist steps from the car profile

This commit is contained in:
Patrick Niklaus
2017-02-07 11:03:48 +00:00
committed by Patrick Niklaus
parent ef4d32a492
commit ae835cc04f
3 changed files with 15 additions and 1 deletions
+8
View File
@@ -256,3 +256,11 @@ Feature: Car - Restricted access
| highway | motor_vehicle | motor_vehicle:forward | motor_vehicle:backward | forw | backw |
| footway | | | destination | | x |
| track | destination;agricultural | destination | | x | x |
Scenario: Car - Don't route over steps even if marked as accessible
Then routability should be
| highway | access | forw | backw |
| steps | yes | | |
| steps | no | | |
| primary | | x | x |