forked from MapComplete/MapComplete
Themes(waste): add filter for 'recycling centre'
This commit is contained in:
parent
e08ce00850
commit
5da63bf83a
1 changed files with 11 additions and 0 deletions
|
@ -1380,6 +1380,17 @@
|
|||
],
|
||||
"filter": [
|
||||
"open_now",
|
||||
{
|
||||
"id": "centres_only",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": "recycling_type=centre",
|
||||
"question": {
|
||||
"en": "Recycling centre"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "recyclingType",
|
||||
"options": [
|
||||
|
|
Loading…
Reference in a new issue