Split out tactile_paving filters
This commit is contained in:
parent
82edaa8d67
commit
5ea24961f1
4 changed files with 59 additions and 68 deletions
|
@ -563,5 +563,8 @@
|
|||
{
|
||||
"width": "5"
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
"tactile_paving_advanced"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -286,46 +286,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "tactile-paving",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "Kerbs with or without tactile paving",
|
||||
"de": "Bordsteine mit oder ohne taktilem Pflaster",
|
||||
"fr": "Bordures avec ou sans revêtement podotactile",
|
||||
"nl": "Stoepranden met of zonder voelbare bestrating"
|
||||
}
|
||||
},
|
||||
{
|
||||
"osmTags": "tactile_paving=yes",
|
||||
"question": {
|
||||
"en": "Kerb with tactile paving",
|
||||
"de": "Bordstein mit taktilem Pflaster",
|
||||
"fr": "Bordure avec revêtement podotactile",
|
||||
"nl": "Stoeprand met voelbare bestrating"
|
||||
}
|
||||
},
|
||||
{
|
||||
"osmTags": "tactile_paving=no",
|
||||
"question": {
|
||||
"en": "Kerb without tactile paving",
|
||||
"de": "Bordstein ohne taktilem Pflaster",
|
||||
"fr": "Bordure sans revêtement podotactile",
|
||||
"nl": "Stoeprand zonder voelbare bestrating"
|
||||
}
|
||||
},
|
||||
{
|
||||
"osmTags": "tactile_paving=",
|
||||
"question": {
|
||||
"en": "Kerb wihout information about tactile paving",
|
||||
"de": "Bordstein ohne Informationen über taktiles Pflaster",
|
||||
"fr": "Bordure sans information sur le revêtement podotactile",
|
||||
"nl": "Stoeprand zonder informatie over voelbare bestrating"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
"tactile_paving_advanced"
|
||||
],
|
||||
"units": [
|
||||
{
|
||||
|
|
|
@ -352,34 +352,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
"tactile_paving"
|
||||
],
|
||||
"allowMove": false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue