@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
58 lines (57 loc) • 1.15 kB
JSON
{
"icon": "iD-highway-primary",
"fields": [
"name",
"oneway",
"maxspeed",
"lanes",
"surface",
"structure",
"tunnel/name",
"ref_road_number",
"access"
],
"moreFields": [
"bridge/name",
"bridge/ref",
"charge_toll",
"covered_no",
"cycleway",
"sidewalk",
"expressway-US",
"flood_prone",
"hazard_highway",
"incline",
"junction_line",
"lane_markings",
"lit",
"maxaxleload_bridge",
"maxheight",
"maxlength",
"maxspeed/advisory",
"maxspeed/hgv",
"maxweight_bridge",
"maxwidth",
"not/name",
"oneway/bicycle",
"parking/side/parking",
"parking/side/orientation",
"smoothness",
"toll",
"traffic_calming_road",
"trolley_wire",
"width"
],
"geometry": [
"line"
],
"tags": {
"highway": "primary"
},
"terms": [
"road",
"street"
],
"name": "Primary Road",
"matchScore": 1.01
}