@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
48 lines (47 loc) • 868 B
JSON
{
"icon": "iD-highway-trunk",
"fields": [
"name",
"ref_road_number",
"oneway",
"maxspeed",
"lanes",
"expressway-US",
"surface",
"structure",
"access"
],
"moreFields": [
"bridge/ref",
"charge_toll",
"covered_no",
"incline",
"junction_line",
"lit",
"maxaxleload_bridge",
"maxheight",
"maxlength",
"maxspeed/advisory",
"maxspeed/hgv",
"maxweight_bridge",
"maxwidth",
"minspeed",
"not/name",
"smoothness",
"toll",
"width"
],
"geometry": [
"line"
],
"tags": {
"highway": "trunk"
},
"terms": [
"expressway",
"highway",
"road",
"street"
],
"name": "Trunk Road"
}