@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
23 lines (22 loc) • 376 B
JSON
{
"icon": "temaki-pedestrian",
"geometry": [
"line"
],
"tags": {
"footway": "sidewalk"
},
"addTags": {
"highway": "footway",
"footway": "sidewalk"
},
"reference": {
"key": "footway",
"value": "sidewalk"
},
"terms": [
"pavement",
"sidepath"
],
"name": "Sidewalk"
}