add preset for highway=cyclist_waiting_aid (#1069)

This commit is contained in:
Kyℓe Hensel 2023-12-15 09:54:58 -05:00 committed by GitHub
parent 25ff354fdd
commit f3e760373c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 60 additions and 0 deletions

View 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"
]
}