From a3c0f6a4e277ab7b4431e51bde6bad2bca603a2d Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Wed, 18 Oct 2017 17:07:08 -0700 Subject: [PATCH] Adds exception for barrier=lift_gate (bike, walk), resolves #4490 --- features/bicycle/barrier.feature | 1 + features/foot/barrier.feature | 1 + profiles/bicycle.lua | 1 + profiles/foot.lua | 1 + 4 files changed, 4 insertions(+) diff --git a/features/bicycle/barrier.feature b/features/bicycle/barrier.feature index 15cd48433..a23eee54c 100644 --- a/features/bicycle/barrier.feature +++ b/features/bicycle/barrier.feature @@ -10,6 +10,7 @@ Feature: Barriers | | x | | bollard | x | | gate | x | + | lift_gate | x | | cycle_barrier | x | | cattle_grid | x | | border_control | x | diff --git a/features/foot/barrier.feature b/features/foot/barrier.feature index 1dda71928..df95390f5 100644 --- a/features/foot/barrier.feature +++ b/features/foot/barrier.feature @@ -10,6 +10,7 @@ Feature: Barriers | | x | | bollard | x | | gate | x | + | lift_gate | x | | cycle_barrier | x | | cattle_grid | x | | border_control | x | diff --git a/profiles/bicycle.lua b/profiles/bicycle.lua index 4593a9141..b3e11651d 100644 --- a/profiles/bicycle.lua +++ b/profiles/bicycle.lua @@ -48,6 +48,7 @@ function setup() 'toll_booth', 'sally_port', 'gate', + 'lift_gate', 'no', 'block' }, diff --git a/profiles/foot.lua b/profiles/foot.lua index 3d604619b..809e18ef1 100644 --- a/profiles/foot.lua +++ b/profiles/foot.lua @@ -33,6 +33,7 @@ function setup() 'toll_booth', 'sally_port', 'gate', + 'lift_gate', 'no', 'kerb', 'block'