@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
26 lines (25 loc) • 403 B
JSON
{
"icon": "temaki-billboard",
"fields": [
"{advertising}",
"support"
],
"moreFields": [
"{advertising}",
"direction"
],
"geometry": [
"point",
"vertex",
"line"
],
"tags": {
"advertising": "billboard"
},
"terms": [
"ad",
"advertising",
"spam"
],
"name": "Billboard"
}