From d40123af52514194304293e68a3db5de0be00266 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Thu, 31 Jan 2019 10:38:24 +0100
Subject: [PATCH] gastro: include amenity=food_court

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

diff --git a/gastro.json b/gastro.json
index d26740a..f37258c 100644
--- a/gastro.json
+++ b/gastro.json
@@ -19,7 +19,7 @@
         "uk": "Гастрономія"
     },
     "query": {
-        "16": "(node[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];way[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];relation[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];);"
+        "16": "(node[amenity~'^(bar|biergarten|cafe|fast_food|food_court|ice_cream|pub|restaurant)$'];way[amenity~'^(bar|biergarten|cafe|fast_food|food_court|ice_cream|pub|restaurant)$'];relation[amenity~'^(bar|biergarten|cafe|fast_food|food_court|ice_cream|pub|restaurant)$'];);"
     },
     "feature": {
         "description": "{{ tagTrans('amenity', tags.amenity) }}",
@@ -57,6 +57,7 @@
               "biergarten",
               "cafe",
               "fast_food",
+              "food_court",
               "ice_cream",
               "pub",
               "restaurant"