32 lines
		
	
	
		
			871 B
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			871 B
		
	
	
	
		
			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      |      | |