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