@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
29 lines (28 loc) • 458 B
JSON
{
"icon": "fas-sign-hanging",
"fields": [
"{advertising}",
"support",
"location"
],
"moreFields": [
"{advertising}",
"direction"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"advertising": "sign"
},
"terms": [
"ad",
"fascia",
"logo",
"storefront"
],
"name": "Advertising Sign"
}