33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
@routing @foot @way
 | 
						|
Feature: Foot - Accessability of different way types
 | 
						|
 | 
						|
    Background:
 | 
						|
        Given the profile "foot"
 | 
						|
 | 
						|
    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      |      |
 |