@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
29 lines (28 loc) • 487 B
JSON
{
"icon": "fas-microphone",
"geometry": [
"point",
"area"
],
"terms": [
"am radio",
"fm radio",
"radio broadcast",
"radio studio"
],
"fields": [
"{amenity/studio}"
],
"moreFields": [
"{amenity/studio}"
],
"tags": {
"amenity": "studio",
"studio": "radio"
},
"reference": {
"key": "studio",
"value": "radio"
},
"name": "Radio Station"
}