@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
31 lines (30 loc) • 532 B
JSON
{
"icon": "fas-microphone",
"fields": [
"name",
"studio",
"address",
"building_area_yes",
"website"
],
"moreFields": [
"{@templates/contact}",
"{@templates/internet_access}",
"gnis/feature_id-US",
"level",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"recording",
"radio",
"television"
],
"tags": {
"amenity": "studio"
},
"name": "Studio"
}