@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
30 lines (29 loc) • 591 B
JSON
{
"fields": [
"crossing",
"{@templates/crossing/markings}",
"{@templates/crossing/defaults}",
"surface"
],
"moreFields": [
"{@templates/crossing/geometry_way_more}",
"flashing_lights"
],
"geometry": [
"line"
],
"tags": {
"highway": "footway",
"footway": "crossing"
},
"terms": [
"crosswalk",
"foot path crossing",
"pedestrian crossing"
],
"reference": {
"key": "footway",
"value": "crossing"
},
"name": "Pedestrian Crossing"
}