mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 08:39:40 +02:00
Add cycle_barrier fields (#1232)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"key": "cycle_barrier",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"customValues": false,
|
||||
"autoSuggestions": false,
|
||||
"strings": {
|
||||
"options": {
|
||||
"single": "Single",
|
||||
"double": "Double",
|
||||
"triple": "Triple",
|
||||
"diagonal": "Diagonal",
|
||||
"tilted": "Tilted"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"key": "cycle_barrier:installation",
|
||||
"type": "combo",
|
||||
"label": "Installation",
|
||||
"customValues": false,
|
||||
"autoSuggestions": false,
|
||||
"strings": {
|
||||
"options": {
|
||||
"fixed": "Fixed",
|
||||
"openable": "Openable",
|
||||
"removable": "Removable"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"key": "deflection",
|
||||
"type": "number",
|
||||
"label": "Angle",
|
||||
"increment": 5,
|
||||
"prerequisiteTag": {
|
||||
"key": "cycle_barrier",
|
||||
"value": "diagonal"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "maxwidth:physical",
|
||||
"type": "roadheight",
|
||||
"label": "Width Limit",
|
||||
"snake_case": false
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"key": "opening",
|
||||
"type": "number",
|
||||
"label": "Opening Width (Meters)",
|
||||
"snake_case": false,
|
||||
"prerequisiteTag": {
|
||||
"key": "cycle_barrier",
|
||||
"valueNot": "single"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"key": "overlap",
|
||||
"type": "number",
|
||||
"label": "Overlap Width (Meters)",
|
||||
"snake_case": false,
|
||||
"prerequisiteTag": {
|
||||
"key": "cycle_barrier",
|
||||
"valueNot": "single"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"key": "spacing",
|
||||
"type": "number",
|
||||
"label": "Distance Between Barriers (Meters)",
|
||||
"snake_case": false,
|
||||
"prerequisiteTag": {
|
||||
"key": "cycle_barrier",
|
||||
"valueNot": "single"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,17 @@
|
||||
{
|
||||
"icon": "temaki-cycle_barrier",
|
||||
"fields": [
|
||||
"access"
|
||||
"access",
|
||||
"wheelchair",
|
||||
"cycle_barrier",
|
||||
"maxwidth/physical",
|
||||
"opening",
|
||||
"spacing",
|
||||
"overlap",
|
||||
"deflection"
|
||||
],
|
||||
"moreFields": [
|
||||
"cycle_barrier/installation"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
@@ -10,6 +20,9 @@
|
||||
"barrier": "cycle_barrier"
|
||||
},
|
||||
"terms": [
|
||||
"chicane",
|
||||
"bike chicane",
|
||||
"bike barrier",
|
||||
"bicycle barrier",
|
||||
"bicycling barrier",
|
||||
"bike gates",
|
||||
|
||||
Reference in New Issue
Block a user