forked from MapComplete/MapComplete
Basic OSM for the blind theme
This commit is contained in:
parent
98ab7a7945
commit
be2b5a95a7
9 changed files with 380 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue