Themes(entrance): add question about reference numbers
This commit is contained in:
parent
1dd78563ef
commit
1933b8a7be
12 changed files with 143 additions and 23 deletions
|
@ -33,17 +33,17 @@
|
|||
"minzoom": 14,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Entrance",
|
||||
"nl": "Ingang",
|
||||
"ca": "Entrada",
|
||||
"da": "Indgang",
|
||||
"de": "Eingang",
|
||||
"es": "Entrada",
|
||||
"fr": "Entrée",
|
||||
"pa_PK": "دروازہ",
|
||||
"pl": "Wejście",
|
||||
"cs": "Vchod",
|
||||
"cy": "Mynedfa"
|
||||
"en": "Entrance {ref}",
|
||||
"nl": "Ingang {ref}",
|
||||
"ca": "Entrada {ref}",
|
||||
"da": "Indgang {ref}",
|
||||
"de": "Eingang {ref}",
|
||||
"es": "Entrada {ref}",
|
||||
"fr": "Entrée {ref}",
|
||||
"pa_PK": "دروازہ{ref}",
|
||||
"pl": "Wejście {ref}",
|
||||
"cs": "Vchod {ref}",
|
||||
"cy": "Mynedfa {ref}"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
@ -68,7 +68,16 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"label": {
|
||||
"mappings": [
|
||||
{
|
||||
"if": "ref~*",
|
||||
"then": "{ref}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"labelCssClasses": "rounded bg-white px-2"
|
||||
}
|
||||
],
|
||||
"lineRendering": [],
|
||||
|
@ -578,6 +587,29 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "ref",
|
||||
"question": {
|
||||
"en": "Does this door have a reference number?",
|
||||
"nl": "Heeft deze toegang een referentienummer?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This door has <b>{ref}</b> as reference number",
|
||||
"nl": "Deze deur heeft <b>{ref}</b> als referentienummer"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "ref=",
|
||||
"then": {
|
||||
"en": "No reference number",
|
||||
"nl": "Geen referentienummer"
|
||||
}
|
||||
}
|
||||
],
|
||||
"freeform": {
|
||||
"key": "ref"
|
||||
}
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
|
|
|
@ -5245,7 +5245,7 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Entrada"
|
||||
"render": "Entrada {ref}"
|
||||
}
|
||||
},
|
||||
"etymology": {
|
||||
|
|
|
@ -5049,7 +5049,7 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Vchod"
|
||||
"render": "Vchod {ref}"
|
||||
}
|
||||
},
|
||||
"etymology": {
|
||||
|
|
|
@ -356,7 +356,7 @@
|
|||
"entrance": {
|
||||
"name": "Mynedfa",
|
||||
"title": {
|
||||
"render": "Mynedfa"
|
||||
"render": "Mynedfa {ref}"
|
||||
}
|
||||
},
|
||||
"extinguisher": {
|
||||
|
|
|
@ -1564,7 +1564,7 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Indgang"
|
||||
"render": "Indgang {ref}"
|
||||
}
|
||||
},
|
||||
"etymology": {
|
||||
|
|
|
@ -5204,7 +5204,7 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Eingang"
|
||||
"render": "Eingang {ref}"
|
||||
}
|
||||
},
|
||||
"etymology": {
|
||||
|
|
|
@ -5321,13 +5321,22 @@
|
|||
"question": "What is the height of this kerb?",
|
||||
"render": "The kerb height of this door is {kerb:height}"
|
||||
},
|
||||
"ref": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "No reference number"
|
||||
}
|
||||
},
|
||||
"question": "Does this door have a reference number?",
|
||||
"render": "This door has <b>{ref}</b> as reference number"
|
||||
},
|
||||
"width": {
|
||||
"question": "What is the width of this door/entrance?",
|
||||
"render": "This door has a width of {canonical(width)}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Entrance"
|
||||
"render": "Entrance {ref}"
|
||||
}
|
||||
},
|
||||
"etymology": {
|
||||
|
@ -12133,6 +12142,26 @@
|
|||
"question": "How much does one have to pay for these toilets?",
|
||||
"render": "The fee is {charge}"
|
||||
},
|
||||
"toilet-drying": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Electric hand dryers are available for drying hands."
|
||||
},
|
||||
"1": {
|
||||
"then": "Paper towels are available for drying hands."
|
||||
},
|
||||
"2": {
|
||||
"then": "A towel roll cabinet is available for drying hands"
|
||||
},
|
||||
"3": {
|
||||
"then": "A fabric towel available to dry your hands."
|
||||
},
|
||||
"4": {
|
||||
"then": "There are no hand drying facilities available."
|
||||
}
|
||||
},
|
||||
"question": "Do these toilets have a device to dry your hands?"
|
||||
},
|
||||
"toilet-handwashing": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -12162,6 +12191,21 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"toilet-supervised": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "There is a person supervising these toilets during (most of) the opening hours"
|
||||
},
|
||||
"1": {
|
||||
"then": "There is a person supervising these toilets, but they are present only during certain times of the opening hours"
|
||||
},
|
||||
"2": {
|
||||
"then": "These toilets are not supervised"
|
||||
}
|
||||
},
|
||||
"question": "Is this toilets supervised by a person?",
|
||||
"questionHint": "This is typically a person tasked with keeping the toilets clean and collecting the fee"
|
||||
},
|
||||
"toilets-changing-table": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -4903,7 +4903,7 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Entrada"
|
||||
"render": "Entrada {ref}"
|
||||
}
|
||||
},
|
||||
"etymology": {
|
||||
|
|
|
@ -3467,7 +3467,7 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Entrée"
|
||||
"render": "Entrée {ref}"
|
||||
}
|
||||
},
|
||||
"etymology": {
|
||||
|
|
|
@ -4990,13 +4990,22 @@
|
|||
"question": "Hoe hoog is de drempel?",
|
||||
"render": "De drempel bij deze deur is {kerb:height}"
|
||||
},
|
||||
"ref": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Geen referentienummer"
|
||||
}
|
||||
},
|
||||
"question": "Heeft deze toegang een referentienummer?",
|
||||
"render": "Deze deur heeft <b>{ref}</b> als referentienummer"
|
||||
},
|
||||
"width": {
|
||||
"question": "Wat is de breedte van deze deur/toegang?",
|
||||
"render": "Deze deur heeft een breedte van {canonical(width)}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Ingang"
|
||||
"render": "Ingang {ref}"
|
||||
}
|
||||
},
|
||||
"etymology": {
|
||||
|
@ -9757,6 +9766,26 @@
|
|||
"question": "Hoeveel moet men betalen om deze toiletten te gebruiken?",
|
||||
"render": "De toiletten gebruiken kost {charge}"
|
||||
},
|
||||
"toilet-drying": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Elektrische handdrogers zijn beschikbaar om handen te drogen."
|
||||
},
|
||||
"1": {
|
||||
"then": "Papieren wegwerphanddoeken zijn beschikbaar om handen te drogen."
|
||||
},
|
||||
"2": {
|
||||
"then": "Een apparaat met een handdoekrol is beschikbaar om handen te drogen"
|
||||
},
|
||||
"3": {
|
||||
"then": "Een stoffen handdoek is beschikbaar om handen te drogen."
|
||||
},
|
||||
"4": {
|
||||
"then": "Er zijn geen handdroogvoorzieningen beschikbaar."
|
||||
}
|
||||
},
|
||||
"question": "Hebben deze toiletten een apparaat om je handen te drogen?"
|
||||
},
|
||||
"toilet-handwashing": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -9786,6 +9815,21 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"toilet-supervised": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Er is een persoon die toezicht houdt op deze toiletten"
|
||||
},
|
||||
"1": {
|
||||
"then": "Er is een persoon die toezicht houdt op deze toiletten, maar deze is slechts op enkele vaste momenten aanwezig"
|
||||
},
|
||||
"2": {
|
||||
"then": "Er is geen persoon die toezicht houdt"
|
||||
}
|
||||
},
|
||||
"question": "Is er toezicht op deze toilet?",
|
||||
"questionHint": "Deze persoon houdt typisch de toiletten proper en int het toiletgeld"
|
||||
},
|
||||
"toilets-changing-table": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -151,7 +151,7 @@
|
|||
"entrance": {
|
||||
"name": "دروازہ",
|
||||
"title": {
|
||||
"render": "دروازہ"
|
||||
"render": "دروازہ{ref}"
|
||||
}
|
||||
},
|
||||
"food": {
|
||||
|
|
|
@ -1881,7 +1881,7 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Wejście"
|
||||
"render": "Wejście {ref}"
|
||||
}
|
||||
},
|
||||
"etymology": {
|
||||
|
|
Loading…
Add table
Reference in a new issue