Studio: WIP
This commit is contained in:
parent
3549a10a15
commit
dc82ebbd58
165 changed files with 2588 additions and 3294 deletions
|
@ -151,20 +151,26 @@
|
|||
}
|
||||
},
|
||||
"induction-loop",
|
||||
|
||||
{"id": "tactile_writing_available",
|
||||
"question": {"en": "Has this elevator tactile writing?"},
|
||||
|
||||
"mappings":[
|
||||
{"if":"tactile_writing:braille=yes",
|
||||
"then": {"en": "This elevator has tactile writing in Braille"}
|
||||
{
|
||||
"id": "tactile_writing_available",
|
||||
"question": {
|
||||
"en": "Has this elevator tactile writing?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "tactile_writing:braille=yes",
|
||||
"then": {
|
||||
"en": "This elevator has tactile writing in Braille"
|
||||
}
|
||||
},
|
||||
{"if":"tactile_writing:braille=no",
|
||||
"then": {"en": "This elevator does not have tactile writing"}
|
||||
{
|
||||
"if": "tactile_writing:braille=no",
|
||||
"then": {
|
||||
"en": "This elevator does not have tactile writing"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"id": "tactile_writing_language",
|
||||
"condition": "tactile_writing:braille=yes",
|
||||
|
@ -190,19 +196,29 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{"id": "speech_output_available",
|
||||
"question": {"en": "Has this elevator speech output?"},
|
||||
"questionHint": {"en": "E.g. it announces the current floor"},
|
||||
"mappings":[
|
||||
{"if":"speech_output=yes",
|
||||
"then": {"en": "This elevator has speech output"}
|
||||
{
|
||||
"id": "speech_output_available",
|
||||
"question": {
|
||||
"en": "Has this elevator speech output?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "E.g. it announces the current floor"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "speech_output=yes",
|
||||
"then": {
|
||||
"en": "This elevator has speech output"
|
||||
}
|
||||
},
|
||||
{"if":"speech_output=no",
|
||||
"then": {"en": "This elevator does not have speech output"}
|
||||
{
|
||||
"if": "speech_output=no",
|
||||
"then": {
|
||||
"en": "This elevator does not have speech output"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"id": "speech_output",
|
||||
"condition": "speech_output=yes",
|
||||
|
@ -229,28 +245,6 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": "circle:white;./assets/layers/elevator/elevator_wheelchair.svg",
|
||||
"iconSize": "40,40",
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"iconBadges": [
|
||||
{
|
||||
"if": {
|
||||
"or": [
|
||||
"operational_status=broken",
|
||||
"operational_status=closed"
|
||||
]
|
||||
},
|
||||
"then": "close:#c33"
|
||||
}
|
||||
],
|
||||
"anchor": "center"
|
||||
}
|
||||
],
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
|
@ -276,8 +270,7 @@
|
|||
"defaultInput": "cm",
|
||||
"applicableUnits": [
|
||||
{
|
||||
"canonicalDenomination": "m"
|
||||
,
|
||||
"canonicalDenomination": "m",
|
||||
"alternativeDenomination": [
|
||||
"meter"
|
||||
],
|
||||
|
@ -308,5 +301,28 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"pointRendering": [
|
||||
{
|
||||
"icon": "circle:white;./assets/layers/elevator/elevator_wheelchair.svg",
|
||||
"iconSize": "40,40",
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"iconBadges": [
|
||||
{
|
||||
"if": {
|
||||
"or": [
|
||||
"operational_status=broken",
|
||||
"operational_status=closed"
|
||||
]
|
||||
},
|
||||
"then": "close:#c33"
|
||||
}
|
||||
],
|
||||
"anchor": "center"
|
||||
}
|
||||
],
|
||||
"lineRendering": []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue