mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +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
6
data/fields/count.json
Normal file
6
data/fields/count.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"key": "count",
|
||||
"type": "number",
|
||||
"minValue": 1,
|
||||
"label": "Number of Features"
|
||||
}
|
||||
5
data/fields/footrest.json
Normal file
5
data/fields/footrest.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "footrest",
|
||||
"type": "check",
|
||||
"label": "Footrest"
|
||||
}
|
||||
6
data/fields/handrest.json
Normal file
6
data/fields/handrest.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"key": "handrest",
|
||||
"type": "check",
|
||||
"label": "Handrest",
|
||||
"default": "yes"
|
||||
}
|
||||
12
data/fields/side.json
Normal file
12
data/fields/side.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "side",
|
||||
"type": "combo",
|
||||
"label": "Side",
|
||||
"strings": {
|
||||
"options": {
|
||||
"left": "Left",
|
||||
"right": "Right"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue