Split out tactile_paving filters
This commit is contained in:
parent
82edaa8d67
commit
5ea24961f1
4 changed files with 59 additions and 68 deletions
|
@ -94,6 +94,60 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "tactile_paving",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "With tactile paving",
|
||||
"de": "Mit taktilem Pflaster",
|
||||
"fr": "Avec revêtement podotactile",
|
||||
"nl": "Met voelbare bestrating"
|
||||
},
|
||||
"osmTags": "tactile_paving=yes"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "tactile_paving_advanced",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "With or without tactile paving",
|
||||
"de": "Mit oder ohne taktilem Pflaster",
|
||||
"fr": "Avec ou sans revêtement podotactile",
|
||||
"nl": "Met of zonder voelbare bestrating"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "With tactile paving",
|
||||
"de": "Mit taktilem Pflaster",
|
||||
"fr": "Avec revêtement podotactile",
|
||||
"nl": "Met voelbare bestrating"
|
||||
},
|
||||
"osmTags": "tactile_paving=yes"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Without tactile paving",
|
||||
"de": "Ohne taktilem Pflaster",
|
||||
"fr": "Sans revêtement podotactile",
|
||||
"nl": "Zonder voelbare bestrating"
|
||||
},
|
||||
"osmTags": "tactile_paving=no"
|
||||
},
|
||||
{
|
||||
"osmTags": "tactile_paving=",
|
||||
"question": {
|
||||
"en": "No information about tactile paving",
|
||||
"de": "Keine Informationen über taktiles Pflaster",
|
||||
"fr": "Sans information sur le revêtement podotactile",
|
||||
"nl": "Geen informatie over voelbare bestrating"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue