mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-19 09:37:13 +02:00
add preset for highway=cyclist_waiting_aid (#1069)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "count",
|
||||
"type": "number",
|
||||
"minValue": 1,
|
||||
"label": "Number of Features"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "footrest",
|
||||
"type": "check",
|
||||
"label": "Footrest"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "handrest",
|
||||
"type": "check",
|
||||
"label": "Handrest",
|
||||
"default": "yes"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "side",
|
||||
"type": "combo",
|
||||
"label": "Side",
|
||||
"strings": {
|
||||
"options": {
|
||||
"left": "Left",
|
||||
"right": "Right"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false
|
||||
}
|
||||
Reference in New Issue
Block a user