@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
45 lines (44 loc) • 836 B
JSON
{
"icon": "iD-highway-service",
"fields": [
"name",
"service",
"oneway",
"maxspeed",
"surface",
"structure",
"access"
],
"moreFields": [
"bridge/ref",
"covered_no",
"flood_prone",
"incline",
"lanes",
"lit",
"maxaxleload_bridge",
"maxheight",
"maxlength",
"maxspeed/advisory",
"maxweight_bridge",
"maxwidth",
"oneway/bicycle",
"parking/side/parking",
"parking/side/orientation",
"smoothness",
"trolley_wire",
"width"
],
"geometry": [
"line"
],
"tags": {
"highway": "service"
},
"terms": [
"road",
"street"
],
"matchScore": 0.9,
"name": "Service Road"
}