Discards construction and proposed ways, resolves #4230

This commit is contained in:
Daniel J. Hofmann
2017-07-08 18:49:01 +02:00
parent 175d27691d
commit 6a555a477b
6 changed files with 53 additions and 3 deletions
+16
View File
@@ -0,0 +1,16 @@
@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 |