@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
36 lines (35 loc) • 600 B
JSON
{
"fields": [
"name",
"surface",
"width",
"structure",
"access",
"incline",
"horse_scale"
],
"moreFields": [
"bridge/ref",
"covered_no",
"dog",
"lit",
"maxweight_bridge",
"smoothness",
"stroller",
"wheelchair"
],
"icon": "maki-horse-riding",
"geometry": [
"line"
],
"tags": {
"highway": "bridleway"
},
"terms": [
"bridleway",
"equestrian",
"horse",
"trail"
],
"name": "Bridle Path"
}