@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
47 lines (46 loc) • 821 B
JSON
{
"icon": "iD-other-line",
"fields": [
"name",
"surface",
"width",
"structure",
"access",
"incline"
],
"moreFields": [
"bridge/ref",
"covered_no",
"dog",
"gnis/feature_id-US",
"horse_scale",
"informal",
"lit",
"maxweight_bridge",
"mtb/scale",
"mtb/scale/imba",
"mtb/scale/uphill",
"not/name",
"oneway",
"ref",
"sac_scale",
"smoothness",
"stroller",
"trail_visibility",
"wheelchair"
],
"geometry": [
"line"
],
"terms": [
"hike",
"hiking",
"trackway",
"trail",
"walk"
],
"tags": {
"highway": "path"
},
"name": "Path"
}