Adds exception for barrier=lift_gate (bike, walk), resolves #4490
This commit is contained in:
parent
963c042b2a
commit
a3c0f6a4e2
@ -10,6 +10,7 @@ Feature: Barriers
|
|||||||
| | x |
|
| | x |
|
||||||
| bollard | x |
|
| bollard | x |
|
||||||
| gate | x |
|
| gate | x |
|
||||||
|
| lift_gate | x |
|
||||||
| cycle_barrier | x |
|
| cycle_barrier | x |
|
||||||
| cattle_grid | x |
|
| cattle_grid | x |
|
||||||
| border_control | x |
|
| border_control | x |
|
||||||
|
@ -10,6 +10,7 @@ Feature: Barriers
|
|||||||
| | x |
|
| | x |
|
||||||
| bollard | x |
|
| bollard | x |
|
||||||
| gate | x |
|
| gate | x |
|
||||||
|
| lift_gate | x |
|
||||||
| cycle_barrier | x |
|
| cycle_barrier | x |
|
||||||
| cattle_grid | x |
|
| cattle_grid | x |
|
||||||
| border_control | x |
|
| border_control | x |
|
||||||
|
@ -48,6 +48,7 @@ function setup()
|
|||||||
'toll_booth',
|
'toll_booth',
|
||||||
'sally_port',
|
'sally_port',
|
||||||
'gate',
|
'gate',
|
||||||
|
'lift_gate',
|
||||||
'no',
|
'no',
|
||||||
'block'
|
'block'
|
||||||
},
|
},
|
||||||
|
@ -33,6 +33,7 @@ function setup()
|
|||||||
'toll_booth',
|
'toll_booth',
|
||||||
'sally_port',
|
'sally_port',
|
||||||
'gate',
|
'gate',
|
||||||
|
'lift_gate',
|
||||||
'no',
|
'no',
|
||||||
'kerb',
|
'kerb',
|
||||||
'block'
|
'block'
|
||||||
|
Loading…
Reference in New Issue
Block a user