From 371057f8aed3d0e8e1c5b5ebb8e764ba4c185d7e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Fri, 17 Nov 2023 17:37:27 +0100
Subject: [PATCH] gastro: also show amenity=canteen

---
 gastro.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gastro.yaml b/gastro.yaml
index 48f6de9..5ef9ef9 100644
--- a/gastro.yaml
+++ b/gastro.yaml
@@ -1,6 +1,6 @@
 type: overpass
 query:
-  15: nwr[amenity~'^(bar|biergarten|cafe|fast_food|food_court|ice_cream|pub|restaurant)$'];
+  15: nwr[amenity~'^(bar|biergarten|cafe|fast_food|food_court|ice_cream|pub|restaurant|canteen)$'];
 feature:
   description: |
     {{ tagTrans('amenity', tags.amenity) }}
@@ -43,6 +43,7 @@ filter:
       - ice_cream
       - pub
       - restaurant
+      - canteen
     valueName: |
       {{ tagTrans('amenity', value) }}
     op: '='