2013-09-12 08:15:50 -04:00
|
|
|
@routing @surface @bicycle
|
|
|
|
Feature: Bike - Surfaces
|
|
|
|
|
|
|
|
Background:
|
|
|
|
Given the profile "bicycle"
|
|
|
|
|
|
|
|
Scenario: Bicycle - Slow surfaces
|
|
|
|
Then routability should be
|
|
|
|
| highway | surface | bothw |
|
2014-01-21 10:11:51 -05:00
|
|
|
| cycleway | | 48s |
|
|
|
|
| cycleway | asphalt | 48s |
|
|
|
|
| cycleway | cobblestone:flattened | 72s |
|
|
|
|
| cycleway | paving_stones | 72s |
|
|
|
|
| cycleway | compacted | 72s |
|
|
|
|
| cycleway | cobblestone | 120s |
|
|
|
|
| cycleway | unpaved | 120s |
|
|
|
|
| cycleway | fine_gravel | 120s |
|
|
|
|
| cycleway | gravel | 120s |
|
2015-06-09 23:16:58 -04:00
|
|
|
| cycleway | pebblestone | 120s |
|
2014-01-21 10:11:51 -05:00
|
|
|
| cycleway | dirt | 120s |
|
|
|
|
| cycleway | earth | 120s |
|
|
|
|
| cycleway | grass | 120s |
|
|
|
|
| cycleway | mud | 240s |
|
|
|
|
| cycleway | sand | 240s |
|
2013-09-12 08:15:50 -04:00
|
|
|
|
|
|
|
Scenario: Bicycle - Good surfaces on small paths
|
|
|
|
Then routability should be
|
|
|
|
| highway | surface | bothw |
|
2014-01-21 10:11:51 -05:00
|
|
|
| cycleway | | 48s |
|
|
|
|
| path | | 60s |
|
|
|
|
| track | | 60s |
|
|
|
|
| track | asphalt | 48s |
|
|
|
|
| path | asphalt | 48s |
|
2013-09-12 08:15:50 -04:00
|
|
|
|
|
|
|
Scenario: Bicycle - Surfaces should not make unknown ways routable
|
|
|
|
Then routability should be
|
|
|
|
| highway | surface | bothw |
|
2014-01-21 10:11:51 -05:00
|
|
|
| cycleway | | 48s |
|
2013-09-12 08:15:50 -04:00
|
|
|
| nosense | | |
|
|
|
|
| nosense | asphalt | |
|