osrm-backend/features/foot/way.feature

45 lines
1.5 KiB
Gherkin
Raw Normal View History

@routing @foot @way
2012-10-01 07:27:08 -04:00
Feature: Foot - Accessability of different way types
2013-08-29 13:29:13 -04:00
Background:
Given the profile "foot"
2013-08-29 13:29:13 -04:00
Scenario: Foot - Basic access
Then routability should be
| highway | forw |
| 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 | |
| bridleway | |
2015-05-30 12:25:41 -04:00
Scenario: Foot - Basic access
Then routability should be
| highway | leisure | forw |
| (nil) | track | x |
2023-08-20 05:17:30 -04:00
Scenario: Foot - Proposed ways
Then routability should be
| highway | foot | proposed | forw |
| footway | | | x |
| proposed | | | |
| proposed | yes | yes | |