Use service tag to penaltize alleys and forbid emergency access
This commit is contained in:
committed by
Moritz Kobitzsch
parent
6ff07f4e82
commit
315823cce1
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user