Add a speed for driveway to service speeds
This commit is contained in:
committed by
Daniel J. Hofmann
parent
5617d3886d
commit
f540485cb0
@@ -4,11 +4,10 @@ Feature: Car - Surfaces
|
||||
Background:
|
||||
Given the profile "car"
|
||||
|
||||
@todo
|
||||
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 |
|
||||
| service | driveway | 5 km/h +-1 | 5 km/h +-1 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user