Merge branch 'develop' into feature/station-map

This commit is contained in:
Robin van der Linde 2022-11-12 00:39:13 +01:00
commit f35ded59a7
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
246 changed files with 11081 additions and 2968 deletions

View file

@ -2,22 +2,26 @@
"id": "stairs",
"name": {
"en": "Stairs",
"nl": "Trappen"
"nl": "Trappen",
"de": "Treppe"
},
"description": {
"en": "Layer showing stairs and escalators"
"en": "Layer showing stairs and escalators",
"de": "Ebene mit Treppen und Rolltreppen"
},
"title": {
"render": {
"en": "Stairs",
"nl": "Trap"
"nl": "Trap",
"de": "Treppe"
},
"mappings": [
{
"if": "conveying=yes",
"then": {
"en": "Escalator",
"nl": "Roltrap"
"nl": "Roltrap",
"de": "Rolltreppe"
}
}
]
@ -45,21 +49,24 @@
"id": "handrail",
"question": {
"en": "Does this stair have a handrail?",
"nl": "Heeft deze trap een leuning?"
"nl": "Heeft deze trap een leuning?",
"de": "Hat die Treppe einen Handlauf?"
},
"mappings": [
{
"if": "handrail=yes",
"then": {
"en": "These stairs have a handrail",
"nl": "Deze trap heeft een leuning"
"nl": "Deze trap heeft een leuning",
"de": "Die Treppe hat einen Handlauf"
}
},
{
"if": "handrail=no",
"then": {
"en": "These stairs do <b>not</b> have a handrail",
"nl": "Deze trap heeft <b>geen</b> leuning"
"nl": "Deze trap heeft <b>geen</b> leuning",
"de": "Die Treppe hat <b>keinen</b> Handlauf"
}
}
]
@ -68,19 +75,22 @@
"id": "tactile_writing",
"condition": "handrail=yes",
"question": {
"en": "Do these stairs have tactile writing on the handrail?"
"en": "Do these stairs have tactile writing on the handrail?",
"de": "Hat die Treppe eine taktile Schrift am Handlauf?"
},
"mappings": [
{
"if": "tactile_writing=yes",
"then": {
"en": "There is tactile writing on the handrail"
"en": "There is tactile writing on the handrail",
"de": "Am Handlauf gibt es taktile Schrift"
}
},
{
"if": "tactile_writing=no",
"then": {
"en": "There is no tactile writing on the handrail"
"en": "There is no tactile writing on the handrail",
"de": "Am Handlauf gibt es keine taktile Schrift"
}
}
]
@ -93,13 +103,16 @@
"type": "language_chooser",
"key": "tactile_writing:braille",
"question": {
"en": "In which languages is there tactile writing (braille) for navigation? <img src='./assets/layers/stairs/Braille_stairs.jpg' style='height: 300px; width: auto; display: block;' />"
"en": "In which languages is there tactile writing (braille) for navigation? <img src='./assets/layers/stairs/Braille_stairs.jpg' style='height: 300px; width: auto; display: block;' />",
"de": "In welchen Sprachen gibt es taktile Schrift (Braille) für die Navigation? <img src='./assets/layers/stairs/Braille_stairs.jpg' style='height: 300px; width: auto; display: block;' />"
},
"render_list_item": {
"en": "These stairs have tactile writing in {language():font-bold}"
"en": "These stairs have tactile writing in {language():font-bold}",
"de": "Die Treppe hat taktile Schrift in {language():font-bold}"
},
"render_single_language": {
"en": "These stairs have tactile writing in {language():font-bold}"
"en": "These stairs have tactile writing in {language():font-bold}",
"de": "Die Treppe hat taktile Schrift in {language():font-bold}"
}
}
}
@ -111,21 +124,24 @@
"if": "conveying=yes",
"then": {
"en": "This is an escalator",
"nl": "Dit is een roltrap"
"nl": "Dit is een roltrap",
"de": "Das ist eine Rolltreppe"
}
},
{
"if": "conveying=no",
"then": {
"en": "This is not an escalator",
"nl": "Dit is geen roltrap"
"nl": "Dit is geen roltrap",
"de": "Das ist keine Rolltreppe"
}
},
{
"if": "conveying=",
"then": {
"en": "This is not an escalator",
"nl": "Dit is geen roltrap"
"nl": "Dit is geen roltrap",
"de": "Das ist keine Rolltreppe"
},
"hideInAnswer": true
}
@ -134,7 +150,8 @@
{
"id": "ramp",
"question": {
"en": "Is there a ramp at these stairs?"
"en": "Is there a ramp at these stairs?",
"de": "Gibt es eine Rampe an dieser Treppe?"
},
"multiAnswer": true,
"mappings": [
@ -142,20 +159,23 @@
"if": "ramp:bicycle=yes",
"ifnot": "ramp:bicycle=no",
"then": {
"en": "There is a ramp for bicycles here"
"en": "There is a ramp for bicycles here",
"de": "Hier gibt es eine Rampe für Fahrräder"
}
},
{
"if": "ramp:wheelchair=yes",
"ifnot": "ramp:wheelchair=no",
"then": {
"en": "There is a ramp for wheelchairs here"
"en": "There is a ramp for wheelchairs here",
"de": "Hier gibt es eine Rampe für Rollstühle"
}
},
{
"if": "ramp=separate",
"then": {
"en": "There is ramp for wheelchairs here, but it is shown separately on the map"
"en": "There is ramp for wheelchairs here, but it is shown separately on the map",
"de": "Hier gibt es eine Rampe für Rollstühle, die jedoch auf der Karte separat angezeigt wird"
},
"hideInAnswer": true
},
@ -163,14 +183,16 @@
"if": "ramp:stroller=yes",
"ifnot": "ramp:stroller=no",
"then": {
"en": "There is a ramp for strollers here"
"en": "There is a ramp for strollers here",
"de": "Hier gibt es eine Rampe für Kinderwagen"
}
},
{
"if": "ramp=no",
"ifnot": "ramp=",
"then": {
"en": "There is no ramp at these stairs"
"en": "There is no ramp at these stairs",
"de": "An dieser Treppe gibt es keine Rampe"
}
}
]