From 3cd4eb45a45d41b0043a5039ab604bfa6ed0c01d Mon Sep 17 00:00:00 2001 From: Rory McCann Date: Mon, 27 Jul 2020 15:55:00 +0200 Subject: [PATCH] Added Irish Pub preset (`theme=irish`) It's excluded from Ireland, because that doesn't make as much sense. Visitors to Ireland might falsely tag every pub as an Irish Pub. --- data/presets/presets/amenity/pub/irish.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/presets/presets/amenity/pub/irish.json diff --git a/data/presets/presets/amenity/pub/irish.json b/data/presets/presets/amenity/pub/irish.json new file mode 100644 index 000000000..8811dd8c5 --- /dev/null +++ b/data/presets/presets/amenity/pub/irish.json @@ -0,0 +1,17 @@ +{ + "name": "Irish Pub", + "icon": "maki-beer", + "geometry": [ + "point", + "area" + ], + "tags": { + "amenity": "pub", + "theme": "irish" + }, + "terms": [ + "irish pub", + "irish bar" + ], + "notCountryCodes": ["ie"] +}