Split out tactile_paving filters

This commit is contained in:
Robin van der Linde 2022-10-22 16:08:13 +02:00
parent 82edaa8d67
commit 5ea24961f1
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
4 changed files with 59 additions and 68 deletions

View file

@ -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"
}
}
]
}
]
}