Add filter, questions and rendering for organic

This commit is contained in:
Robin van der Linde 2022-11-29 20:45:57 +01:00
parent bee8aaedbe
commit f319a0c289
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
12 changed files with 228 additions and 136 deletions

View file

@ -152,6 +152,22 @@
}
}
]
},
{
"id": "has_organic",
"options": [
{
"osmTags": {
"or": [
"organic=yes",
"organic=only"
]
},
"question": {
"en": "Has organic options"
}
}
]
}
]
}