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'