@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
31 lines (30 loc) • 501 B
JSON
{
"icon": "fas-music",
"fields": [
"name",
"operator",
"address",
"building_area_yes",
"opening_hours",
"dance/style",
"dance/teaching"
],
"moreFields": [
"{@templates/poi}"
],
"geometry": [
"point",
"area"
],
"terms": [
"ballroom",
"jive",
"swing",
"tango",
"waltz"
],
"tags": {
"leisure": "dance"
},
"name": "Dance Hall"
}