18 lines
		
	
	
		
			840 B
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			840 B
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
| @routing @car @construction
 | |
| Feature: Car - all construction tags the OpenStreetMap community could think of and then some
 | |
| 
 | |
|     Background:
 | |
|         Given the profile "car"
 | |
| 
 | |
|     Scenario: Various ways to tag construction and proposed roads
 | |
|         Then routability should be
 | |
|             | highway      | construction | proposed | bothw |
 | |
|             | primary      |              |          | x     |
 | |
|             | construction |              |          |       |
 | |
|             | proposed     |              |          |       |
 | |
|             | primary      |          yes |          |       |
 | |
|             | primary      |              |     yes  |       |
 | |
|             | primary      |           no |          | x     |
 | |
|             | primary      |     widening |          | x     |
 | |
|             | primary      |        minor |          | x     |
 |