Merge branch 'develop'

This commit is contained in:
Pieter Vander Vennet 2024-01-07 18:23:12 +01:00
commit be0154bfe5
86 changed files with 1669 additions and 512 deletions

View file

@ -8543,6 +8543,18 @@
},
"question": "Does this stair have a handrail?"
},
"incline": {
"mappings": {
"0": {
"then": "The upward direction is {direction_absolute()}"
},
"1": {
"then": "The downward direction is {direction_absolute()}"
}
},
"question": "What is the incline of these stairs?",
"render": "These stairs have an incline of {incline}"
},
"multilevels": {
"override": {
"question": "Between which levels are these stairs?",
@ -9722,6 +9734,20 @@
"usersettings": {
"description": "A special layer which is not meant to be shown on a map, but which is used to set user settings",
"tagRenderings": {
"a11y-features": {
"mappings": {
"0": {
"then": "Enable accessibility features when arrow keys are used to navigate the map"
},
"1": {
"then": "Always enable accessibility features"
},
"2": {
"then": "Never enable accessibility features"
}
},
"question": "What accessibility features should be applied?"
},
"all-questions-at-once": {
"mappings": {
"0": {