2012-09-30 08:40:59 -04:00
|
|
|
@routing @bicycle @barrier
|
2012-09-29 05:32:53 -04:00
|
|
|
Feature: Barriers
|
|
|
|
|
2013-08-29 13:29:13 -04:00
|
|
|
Background:
|
|
|
|
Given the profile "bicycle"
|
2012-09-30 08:40:59 -04:00
|
|
|
|
2013-08-29 13:29:13 -04:00
|
|
|
Scenario: Bike - Barriers
|
|
|
|
Then routability should be
|
|
|
|
| node/barrier | bothw |
|
|
|
|
| | x |
|
|
|
|
| bollard | x |
|
|
|
|
| gate | x |
|
2017-10-18 20:07:08 -04:00
|
|
|
| lift_gate | x |
|
2013-08-29 13:29:13 -04:00
|
|
|
| cycle_barrier | x |
|
|
|
|
| cattle_grid | x |
|
|
|
|
| border_control | x |
|
|
|
|
| toll_booth | x |
|
|
|
|
| sally_port | x |
|
|
|
|
| entrance | x |
|
|
|
|
| wall | |
|
|
|
|
| fence | |
|
|
|
|
| some_tag | |
|
2015-09-07 06:20:50 -04:00
|
|
|
| block | x |
|
2012-10-01 05:55:44 -04:00
|
|
|
|
2013-08-29 13:29:13 -04:00
|
|
|
Scenario: Bike - Access tag trumphs barriers
|
|
|
|
Then routability should be
|
|
|
|
| node/barrier | node/access | bothw |
|
|
|
|
| bollard | | x |
|
|
|
|
| bollard | yes | x |
|
|
|
|
| bollard | permissive | x |
|
|
|
|
| bollard | designated | x |
|
|
|
|
| bollard | no | |
|
|
|
|
| bollard | private | |
|
|
|
|
| bollard | agricultural | |
|
|
|
|
| wall | | |
|
|
|
|
| wall | yes | x |
|
|
|
|
| wall | permissive | x |
|
|
|
|
| wall | designated | x |
|
|
|
|
| wall | no | |
|
|
|
|
| wall | private | |
|
|
|
|
| wall | agricultural | |
|