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

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