Basic OSM for the blind theme

This commit is contained in:
Robin van der Linde 2022-10-18 19:44:53 +02:00
parent 98ab7a7945
commit be2b5a95a7
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
9 changed files with 380 additions and 5 deletions

View file

@ -94,8 +94,7 @@
"en": "What is the name of this stop?",
"de": "Wie lautet der Name der Haltestelle?",
"da": "Hvad er navnet på dette stop?"
},
"placeholder": "Name of the stop"
}
},
"images",
{
@ -313,6 +312,74 @@
"id": "contained_routes"
}
],
"filter": [],
"filter": [
{
"id": "shelter",
"options": [
{
"osmTags": {
"or": ["shelter=yes", "shelter=separate"]
},
"question": {
"en": "With a shelter"
}
}
]
},
{
"id": "bench",
"options": [
{
"osmTags": {
"or": ["bench=yes", "bench=separate"]
},
"question": {
"en": "With a bench"
}
}
]
},
{
"id": "bin",
"options": [
{
"osmTags": {
"or": ["bin=yes", "bin=separate"]
},
"question": {
"en": "With a bin"
}
}
]
},
{
"id": "tactile-paving",
"options": [
{
"question": {
"en": "With or without tactile paving"
}
},
{
"osmTags": "tactile_paving=yes",
"question": {
"en": "With tactile paving"
}
},
{
"osmTags": "tactile_paving=no",
"question": {
"en": "Without tactile paving"
}
},
{
"osmTags": "tactile_paving=",
"question": {
"en": "Without information about tactile paving"
}
}
]
}
],
"allowMove": false
}
}