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": [
|
"filter": [
|
||||||
"open_now",
|
"open_now",
|
||||||
|
{
|
||||||
|
"id": "centres_only",
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"osmTags": "recycling_type=centre",
|
||||||
|
"question": {
|
||||||
|
"en": "Recycling centre"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "recyclingType",
|
"id": "recyclingType",
|
||||||
"options": [
|
"options": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue