@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
32 lines (31 loc) • 494 B
JSON
{
"name": "Irish Pub",
"icon": "maki-beer",
"geometry": [
"point",
"area"
],
"fields": [
"{amenity/pub}"
],
"moreFields": [
"{amenity/pub}"
],
"tags": {
"amenity": "pub",
"theme": "irish"
},
"reference": {
"key": "theme",
"value": "irish"
},
"terms": [
"irish bar",
"irish pub"
],
"locationSet": {
"exclude": [
"ie"
]
}
}