@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
53 lines (52 loc) • 970 B
JSON
{
"icon": "iD-highway-motorway",
"fields": [
"name",
"ref_road_number",
"oneway_yes",
"maxspeed",
"lanes",
"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": "motorway"
},
"terms": [
"autobahn",
"expressway",
"freeway",
"highway",
"interstate",
"parkway",
"road",
"street",
"thruway",
"turnpike"
],
"name": "Motorway"
}