Adds exception for barrier=lift_gate (bike, walk), resolves #4490

This commit is contained in:
Daniel J. Hofmann 2017-10-18 17:07:08 -07:00 committed by Patrick Niklaus
parent 963c042b2a
commit a3c0f6a4e2
4 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Feature: Barriers
| | x |
| bollard | x |
| gate | x |
| lift_gate | x |
| cycle_barrier | x |
| cattle_grid | x |
| border_control | x |

View File

@ -10,6 +10,7 @@ Feature: Barriers
| | x |
| bollard | x |
| gate | x |
| lift_gate | x |
| cycle_barrier | x |
| cattle_grid | x |
| border_control | x |

View File

@ -48,6 +48,7 @@ function setup()
'toll_booth',
'sally_port',
'gate',
'lift_gate',
'no',
'block'
},

View File

@ -33,6 +33,7 @@ function setup()
'toll_booth',
'sally_port',
'gate',
'lift_gate',
'no',
'kerb',
'block'