@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
34 lines (33 loc) • 568 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": [
"ballet",
"ballet studio",
"ballroom",
"dance studio",
"jive",
"swing",
"tango",
"waltz"
],
"tags": {
"leisure": "dance"
},
"name": "Dance Hall"
}