@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
51 lines (50 loc) • 1.01 kB
JSON
{
"name": "{highway/primary_link}",
"icon": "iD-highway-primary-link",
"fields": [
"destination_oneway",
"destination/ref_oneway",
"oneway",
"maxspeed/advisory",
"lanes",
"surface",
"structure",
"access"
],
"moreFields": [
"bridge/ref",
"charge_toll",
"covered_no",
"cycleway",
"destination/symbol_oneway",
"flood_prone",
"incline",
"junction_line",
"junction/ref_oneway",
"lit",
"maxaxleload_bridge",
"maxheight",
"maxlength",
"maxspeed",
"maxweight_bridge",
"maxwidth",
"oneway/bicycle",
"ref_road_number",
"smoothness",
"toll",
"trolley_wire",
"width"
],
"geometry": [
"line"
],
"tags": {
"highway": "primary_link"
},
"locationSet": {
"include": [
"ca",
"us"
]
}
}