Themes: add dog icon into title-icons, add dog filter, see #212
This commit is contained in:
parent
195a9e9298
commit
7e0120d0e8
11 changed files with 310 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue