osrm-backend/features/foot/maxspeed.feature

20 lines
789 B
Gherkin
Raw Normal View History

2013-09-05 14:00:42 -04:00
@routing @foot @maxspeed
Feature: Foot - Ignore max speed restrictions
Background: Use specific speeds
2013-08-29 13:29:13 -04:00
Given the profile "foot"
2013-08-29 13:29:13 -04:00
Scenario: Foot - Ignore maxspeed
Then routability should be
| highway | maxspeed | bothw |
| residential | | 145 s ~10% |
| residential | 1 | 145 s ~10% |
| residential | 100 | 145 s ~10% |
| residential | 1 | 145 s ~10% |
| residential | 1mph | 145 s ~10% |
| residential | 1 mph | 145 s ~10% |
| residential | 1unknown | 145 s ~10% |
| residential | 1 unknown | 145 s ~10% |
| residential | none | 145 s ~10% |
| residential | signals | 145 s ~10% |