From 53fe0edb0d6c9c4725e507fd2129af4020e4bf54 Mon Sep 17 00:00:00 2001 From: archpdx Date: Mon, 24 Apr 2023 06:41:31 -0700 Subject: [PATCH] Add Chicken Wings Fast Food preset (#883) --- data/presets/amenity/fast_food/wings.json | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 data/presets/amenity/fast_food/wings.json diff --git a/data/presets/amenity/fast_food/wings.json b/data/presets/amenity/fast_food/wings.json new file mode 100644 index 00000000..e2934373 --- /dev/null +++ b/data/presets/amenity/fast_food/wings.json @@ -0,0 +1,25 @@ +{ + "icon": "maki-fast_food", + "geometry": [ + "point", + "area" + ], + "terms": [ + "chicken", + "dine", + "dining", + "dinner", + "eat", + "lunch", + "table" + ], + "tags": { + "amenity": "fast_food", + "cuisine": "wings" + }, + "reference": { + "key": "cuisine", + "value": "wings" + }, + "name": "Cicken Wings Fast Food" +}