Update cycle_barrier tags

This commit is contained in:
Robin van der Linde 2021-11-07 11:45:51 +01:00
parent 700cfeba66
commit 28867f642f
4 changed files with 26 additions and 26 deletions

View file

@ -183,7 +183,7 @@
"condition": "barrier=cycle_barrier", "condition": "barrier=cycle_barrier",
"mappings": [ "mappings": [
{ {
"if": "cycle_barrier:type=single", "if": "cycle_barrier=single",
"then": { "then": {
"en": "Single, just two barriers with a space inbetween <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>", "en": "Single, just two barriers with a space inbetween <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>",
"nl": "Enkelvoudig, slechts twee hekjes met ruimte ertussen <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>", "nl": "Enkelvoudig, slechts twee hekjes met ruimte ertussen <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>",
@ -191,7 +191,7 @@
} }
}, },
{ {
"if": "cycle_barrier:type=double", "if": "cycle_barrier=double",
"then": { "then": {
"en": "Double, two barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_double.png' style='width:8em'>", "en": "Double, two barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_double.png' style='width:8em'>",
"nl": "Dubbel, twee hekjes achter elkaar <img src='./assets/themes/cycle_infra/Cycle_barrier_double.png' style='width:8em'>", "nl": "Dubbel, twee hekjes achter elkaar <img src='./assets/themes/cycle_infra/Cycle_barrier_double.png' style='width:8em'>",
@ -199,7 +199,7 @@
} }
}, },
{ {
"if": "cycle_barrier:type=triple", "if": "cycle_barrier=triple",
"then": { "then": {
"en": "Triple, three barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>", "en": "Triple, three barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>",
"nl": "Drievoudig, drie hekjes achter elkaar <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>", "nl": "Drievoudig, drie hekjes achter elkaar <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>",
@ -207,7 +207,7 @@
} }
}, },
{ {
"if": "cycle_barrier:type=squeeze", "if": "cycle_barrier=squeeze",
"then": { "then": {
"en": "Squeeze gate, gap is smaller at top, than at the bottom <img src='./assets/themes/cycle_infra/Cycle_barrier_squeeze.png' style='width:8em'>", "en": "Squeeze gate, gap is smaller at top, than at the bottom <img src='./assets/themes/cycle_infra/Cycle_barrier_squeeze.png' style='width:8em'>",
"nl": "Knijppoort, ruimte is smaller aan de top, dan aan de bodem <img src='./assets/themes/cycle_infra/Cycle_barrier_squeeze.png' style='width:8em'>", "nl": "Knijppoort, ruimte is smaller aan de top, dan aan de bodem <img src='./assets/themes/cycle_infra/Cycle_barrier_squeeze.png' style='width:8em'>",
@ -230,8 +230,8 @@
}, },
"condition": { "condition": {
"and": [ "and": [
"cycle_barrier:type!=double", "cycle_barrier!=double",
"cycle_barrier:type!=triple" "cycle_barrier!=triple"
] ]
}, },
"freeform": { "freeform": {
@ -246,9 +246,9 @@
}, },
{ {
"render": { "render": {
"en": "Space between barriers (along the length of the road): {width:separation} m", "en": "Space between barriers (along the length of the road): {spacing} m",
"nl": "Ruimte tussen barrières (langs de lengte van de weg): {width:separation} m", "nl": "Ruimte tussen barrières (langs de lengte van de weg): {spacing} m",
"de": "Abstand zwischen den Barrieren (entlang der Straße): {width:separation} m" "de": "Abstand zwischen den Barrieren (entlang der Straße): {spacing} m"
}, },
"question": { "question": {
"en": "How much space is there between the barriers (along the length of the road)?", "en": "How much space is there between the barriers (along the length of the road)?",
@ -257,12 +257,12 @@
}, },
"condition": { "condition": {
"or": [ "or": [
"cycle_barrier:type=double", "cycle_barrier=double",
"cycle_barrier:type=triple" "cycle_barrier=triple"
] ]
}, },
"freeform": { "freeform": {
"key": "width:separation", "key": "spacing",
"type": "length", "type": "length",
"helperArgs": [ "helperArgs": [
"21", "21",
@ -273,9 +273,9 @@
}, },
{ {
"render": { "render": {
"en": "Width of opening: {width:opening} m", "en": "Width of opening: {opening} m",
"nl": "Breedte van de opening: {width:opening} m", "nl": "Breedte van de opening: {opening} m",
"de": "Breite der Öffnung: {width:opening} m" "de": "Breite der Öffnung: {opening} m"
}, },
"question": { "question": {
"en": "How wide is the smallest opening next to the barriers?", "en": "How wide is the smallest opening next to the barriers?",
@ -284,12 +284,12 @@
}, },
"condition": { "condition": {
"or": [ "or": [
"cycle_barrier:type=double", "cycle_barrier=double",
"cycle_barrier:type=triple" "cycle_barrier=triple"
] ]
}, },
"freeform": { "freeform": {
"key": "width:opening", "key": "opening",
"type": "length", "type": "length",
"helperArgs": [ "helperArgs": [
"21", "21",
@ -310,8 +310,8 @@
}, },
"condition": { "condition": {
"or": [ "or": [
"cycle_barrier:type=double", "cycle_barrier=double",
"cycle_barrier:type=triple" "cycle_barrier=triple"
] ]
}, },
"freeform": { "freeform": {

View file

@ -133,11 +133,11 @@
}, },
"Space between barrier (cyclebarrier)": { "Space between barrier (cyclebarrier)": {
"question": "Wie groß ist der Abstand zwischen den Barrieren (entlang der Straße)?", "question": "Wie groß ist der Abstand zwischen den Barrieren (entlang der Straße)?",
"render": "Abstand zwischen den Barrieren (entlang der Straße): {width:separation} m" "render": "Abstand zwischen den Barrieren (entlang der Straße): {spacing} m"
}, },
"Width of opening (cyclebarrier)": { "Width of opening (cyclebarrier)": {
"question": "Wie breit ist die kleinste Öffnung neben den Barrieren?", "question": "Wie breit ist die kleinste Öffnung neben den Barrieren?",
"render": "Breite der Öffnung: {width:opening} m" "render": "Breite der Öffnung: {opening} m"
}, },
"bicycle=yes/no": { "bicycle=yes/no": {
"mappings": { "mappings": {

View file

@ -133,11 +133,11 @@
}, },
"Space between barrier (cyclebarrier)": { "Space between barrier (cyclebarrier)": {
"question": "How much space is there between the barriers (along the length of the road)?", "question": "How much space is there between the barriers (along the length of the road)?",
"render": "Space between barriers (along the length of the road): {width:separation} m" "render": "Space between barriers (along the length of the road): {spacing} m"
}, },
"Width of opening (cyclebarrier)": { "Width of opening (cyclebarrier)": {
"question": "How wide is the smallest opening next to the barriers?", "question": "How wide is the smallest opening next to the barriers?",
"render": "Width of opening: {width:opening} m" "render": "Width of opening: {opening} m"
}, },
"bicycle=yes/no": { "bicycle=yes/no": {
"mappings": { "mappings": {

View file

@ -132,11 +132,11 @@
}, },
"Space between barrier (cyclebarrier)": { "Space between barrier (cyclebarrier)": {
"question": "Hoeveel ruimte is er tussen de barrières (langs de lengte van de weg)?", "question": "Hoeveel ruimte is er tussen de barrières (langs de lengte van de weg)?",
"render": "Ruimte tussen barrières (langs de lengte van de weg): {width:separation} m" "render": "Ruimte tussen barrières (langs de lengte van de weg): {spacing} m"
}, },
"Width of opening (cyclebarrier)": { "Width of opening (cyclebarrier)": {
"question": "Hoe breed is de smalste opening naast de barrières?", "question": "Hoe breed is de smalste opening naast de barrières?",
"render": "Breedte van de opening: {width:opening} m" "render": "Breedte van de opening: {opening} m"
}, },
"bicycle=yes/no": { "bicycle=yes/no": {
"mappings": { "mappings": {