Add filter, questions and rendering for organic
This commit is contained in:
parent
bee8aaedbe
commit
f319a0c289
12 changed files with 228 additions and 136 deletions
|
@ -152,6 +152,22 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "has_organic",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"organic=yes",
|
||||
"organic=only"
|
||||
]
|
||||
},
|
||||
"question": {
|
||||
"en": "Has organic options"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue