Use service tag to penaltize alleys and forbid emergency access

This commit is contained in:
Patrick Niklaus
2016-08-24 11:40:57 +02:00
committed by Moritz Kobitzsch
parent 6ff07f4e82
commit 315823cce1
3 changed files with 47 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
@routing @car @surface
Feature: Car - Surfaces
Background:
Given the profile "car"
Scenario: Car - Surface should reduce speed
Then routability should be
| highway | service | forw | backw |
| service | alley | 5 km/h +-1 | 5 km/h +-1 |
| service | emergency_access | | |
| service | driveway | 15 km/h +-1| 15 km/h +-1 |