mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
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:
17
data/presets/presets/amenity/pub/irish.json
Normal file
17
data/presets/presets/amenity/pub/irish.json
Normal 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"]
|
||||
}
|
||||
Reference in New Issue
Block a user