Themes: add dog icon into title-icons, add dog filter, see #212

This commit is contained in:
Pieter Vander Vennet 2023-09-28 00:01:55 +02:00
parent 195a9e9298
commit 7e0120d0e8
11 changed files with 310 additions and 2 deletions

View file

@ -244,6 +244,33 @@
}
}
]
},
{
"id": "dogs",
"options": [
{
"question": {
"en": "No preference towards dogs"
}
},
{
"question": {
"en": "Dogs allowed"
},
"osmTags": {
"or": [
"dog=unleashed",
"dog=yes"
]
}
},
{
"question": {
"en": "No dogs allowed"
},
"osmTags": "dog=no"
}
]
}
]
}
}