osrm-backend/features/countryfoot/way.feature
2024-08-09 10:25:02 +10:00

39 lines
1.3 KiB
Gherkin

@routing @countryfoot @way
Feature: Countryfoot - Accessability of different way types
Background:
Given the profile "countryfoot"
Scenario: Countryfoot - 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 | |
Scenario: Countryfoot - Basic access
Then routability should be
| highway | leisure | forw |
| (nil) | track | x |