osrm-backend/features/bicycle/way.feature

36 lines
1022 B
Gherkin
Raw Normal View History

@routing @bicycle @way
2012-10-01 07:27:08 -04:00
Feature: Bike - Accessability of different way types
Background:
2012-12-16 07:36:47 -05:00
Given the profile "bicycle"
2012-10-01 07:27:08 -04:00
Scenario: Bike - Basic access
Bikes are allowed on footways etc because you can pull your bike at a lower speed.
2012-12-16 07:36:47 -05:00
Given the profile "bicycle"
Then routability should be
| highway | forw |
2012-10-05 09:39:23 -04:00
| (nil) | |
| motorway | |
| motorway_link | |
| trunk | |
| trunk_link | |
| primary | x |
| primary_link | x |
| secondary | x |
| secondary_link | x |
| tertiary | x |
| tertiary_link | x |
| residential | x |
| service | x |
| unclassified | x |
| living_street | x |
| road | x |
| track | x |
| path | x |
| footway | x |
| pedestrian | x |
| steps | x |
| pier | x |
| cycleway | x |
| bridleway | |