@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
37 lines (36 loc) • 618 B
JSON
{
"icon": "fas-biking",
"fields": [
"name",
"oneway",
"surface",
"smoothness",
"width",
"structure",
"access",
"incline"
],
"moreFields": [
"bridge/ref",
"covered_no",
"dog",
"lit",
"maxspeed",
"maxweight_bridge",
"not/name",
"stroller",
"wheelchair"
],
"geometry": [
"line"
],
"tags": {
"highway": "cycleway"
},
"terms": [
"bicycle path",
"bike path",
"cycling path"
],
"name": "Cycle Path"
}