mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
add preset for highway=cyclist_waiting_aid (#1069)
This commit is contained in:
parent
25ff354fdd
commit
f3e760373c
5 changed files with 60 additions and 0 deletions
31
data/presets/highway/cyclist_waiting_aid.json
Normal file
31
data/presets/highway/cyclist_waiting_aid.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "Cyclist Waiting Aid",
|
||||
"icon": "temaki-guard_rail",
|
||||
"fields": [
|
||||
"footrest",
|
||||
"handrest",
|
||||
"direction_vertex",
|
||||
"side",
|
||||
"count"
|
||||
],
|
||||
"moreFields": [
|
||||
"capacity"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "cyclist_waiting_aid"
|
||||
},
|
||||
"terms": [
|
||||
"foot rail",
|
||||
"footrail",
|
||||
"footrest",
|
||||
"grip",
|
||||
"hand rail",
|
||||
"handle",
|
||||
"handrail",
|
||||
"handrest",
|
||||
"holding rail"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue