osrm-backend/features/bicycle/barrier.feature

30 lines
1.3 KiB
Gherkin
Raw Normal View History

@routing @bicycle @barrier
2012-09-29 05:32:53 -04:00
Feature: Barriers
Background:
Given the speedprofile "bicycle"
2012-09-29 05:32:53 -04:00
Scenario: Barriers and bicycles
Given the speedprofile "bicycle"
Then routability should be
2012-09-30 07:18:23 -04:00
| highway | node/barrier | node/access | bothw |
| primary | | | x |
| primary | bollard | | x |
| primary | gate | | |
| primary | cattle_grid | | |
| primary | border_control | | |
| primary | toll_booth | | |
| primary | sally_port | | |
| primary | bollard | yes | x |
| primary | gate | yes | x |
| primary | cattle_grid | yes | x |
| primary | border_control | yes | x |
| primary | toll_booth | yes | x |
| primary | sally_port | yes | x |
| primary | bollard | motorcar | |
| primary | bollard | motor_vehicle | |
| primary | bollard | vehicle | x |
| primary | bollard | motorcar | |
| primary | bollard | permissive | x |
| primary | bollard | designated | x |