Add a speed for driveway to service speeds

This commit is contained in:
karenzshea
2016-10-14 15:05:30 -04:00
committed by Daniel J. Hofmann
parent 5617d3886d
commit f540485cb0
3 changed files with 8 additions and 3 deletions
+1 -2
View File
@@ -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 |