2012-09-30 08:40:59 -04:00
|
|
|
@routing @foot @way
|
2012-10-01 07:27:08 -04:00
|
|
|
Feature: Foot - Accessability of different way types
|
2012-09-30 08:40:59 -04:00
|
|
|
|
2013-08-29 13:29:13 -04:00
|
|
|
Background:
|
|
|
|
Given the profile "foot"
|
2012-09-30 08:40:59 -04:00
|
|
|
|
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 |
|
|
|
|
|