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.
This commit is contained in:
Rory McCann
2020-07-27 15:55:00 +02:00
parent bd9d4bce74
commit 3cd4eb45a4

View File

@@ -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"]
}