@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
43 lines (42 loc) • 769 B
JSON
{
"icon": "fas-music",
"fields": [
"name",
"operator",
"address",
"building_area_yes",
"opening_hours",
"dance/style"
],
"moreFields": [
"{@templates/poi}"
],
"geometry": [
"point",
"area"
],
"terms": [
"ballet",
"ballet studio",
"dance teaching",
"jive",
"swing",
"tango",
"waltz"
],
"tags": {
"education": "dancing_school"
},
"addTags": {
"amenity": "dancing_school",
"education": "dancing_school"
},
"reference": {
"key": "amenity",
"value": "dancing_school"
},
"name": "Dance School",
"aliases": [
"Dance Studio"
]
}