forked from MapComplete/MapComplete
A11y: screen navigation improvements, see #1181
This commit is contained in:
parent
66369ef0b4
commit
af4d9bb2bf
25 changed files with 483 additions and 325 deletions
|
@ -3400,6 +3400,18 @@
|
|||
"question": "How wide is the gap between the cycleway and the road?",
|
||||
"render": "The buffer besides this cycleway is {cycleway:buffer} m"
|
||||
},
|
||||
"incline": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "There is (probably) no incline here"
|
||||
},
|
||||
"1": {
|
||||
"then": "This road has a slope"
|
||||
}
|
||||
},
|
||||
"question": "Does {title()} have an incline?",
|
||||
"render": "This road has an slope of {incline}"
|
||||
},
|
||||
"is lit?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue