From b45563a42d1f2d70b4de7e732902b5487be61c16 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 27 Oct 2021 22:00:07 +0200 Subject: [PATCH] Allow editing beer gardens See https://github.com/Rudloff/openvegemap/issues/97 --- controllers/MainController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/MainController.php b/controllers/MainController.php index ec3769a..e20e458 100644 --- a/controllers/MainController.php +++ b/controllers/MainController.php @@ -61,7 +61,7 @@ class MainController const VALID_TYPES = [ 'shop' => ['bakery', 'supermarket', 'convenience', 'deli', 'ice_cream', 'pasta', 'general'], 'craft' => ['caterer', 'confectionery'], - 'amenity' => ['fast_food', 'restaurant', 'cafe', 'bar', 'pub', 'ice_cream'], + 'amenity' => ['fast_food', 'restaurant', 'cafe', 'bar', 'pub', 'ice_cream', 'biergarten'], ]; /**