@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
43 lines (42 loc) • 825 B
JSON
{
"icon": "iD-highway-service",
"fields": [
"name",
"service",
"maxspeed",
"surface",
"structure",
"access"
],
"moreFields": [
"bridge/ref",
"covered_no",
"flood_prone",
"lit",
"maxheight",
"maxspeed/advisory",
"maxweight_bridge",
"smoothness",
"trolley_wire"
],
"geometry": [
"area"
],
"tags": {
"highway": "service"
},
"terms": [
"maneuvering area",
"maneuvering surface",
"manoeuvring area",
"manoeuvring surface",
"paved lot",
"service road",
"service yard",
"shunting area",
"staging lot",
"yard"
],
"searchable": false,
"name": "Paved Service Area"
}