@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
33 lines (32 loc) • 688 B
JSON
{
"icon": "temaki-pedestrian_crosswalk",
"fields": [
"crossing",
"{@templates/crossing/markings_yes}",
"{@templates/crossing/defaults}",
"tactile_paving"
],
"moreFields": [
"kerb",
"flashing_lights"
],
"geometry": [
"vertex"
],
"tags": {
"highway": "crossing",
"crossing": "uncontrolled"
},
"reference": {
"key": "crossing",
"value": "uncontrolled"
},
"terms": [
"crosswalk",
"marked crosswalk",
"marked foot path crossing",
"marked pedestrian crosswalk",
"zebra crossing"
],
"name": "Marked Crossing"
}