@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
39 lines (38 loc) • 763 B
JSON
{
"icon": "temaki-mast",
"fields": [
"tower/type",
"tower/construction",
"height"
],
"moreFields": [
"communication_multi",
"gnis/feature_id-US",
"manufacturer",
"material"
],
"geometry": [
"point",
"vertex"
],
"terms": [
"antenna",
"broadcast tower",
"cell phone tower",
"cell tower",
"communication mast",
"communication tower",
"guyed tower",
"mobile phone tower",
"radio mast",
"radio tower",
"television tower",
"transmission mast",
"transmission tower",
"tv tower"
],
"tags": {
"man_made": "mast"
},
"name": "Mast"
}