mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-03-05 19:01:21 +00:00
add preset for highway=service mapped as areas (#463)
see https://wiki.openstreetmap.org/w/index.php?title=Tag:highway%3Dservice&oldid=2321782#Linear_ways_and_areas preset is non-searchable as usage is pretty niche and showing the preset in search results could potentially mislead mappers to misuse the tag
This commit is contained in:
41
data/presets/highway/service_area.json
Normal file
41
data/presets/highway/service_area.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"icon": "iD-highway-service",
|
||||
"fields": [
|
||||
"name",
|
||||
"service",
|
||||
"maxspeed",
|
||||
"surface",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"moreFields": [
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user