styling checkbox and selection

This commit is contained in:
Ward 2021-07-26 17:45:54 +02:00
parent e9160504a6
commit 263cef5750
5 changed files with 304 additions and 237 deletions

View file

@ -421,6 +421,34 @@
"osmTags": "books~.*children.*"
}
]
},
{
"options": [
{
"question": "Boeken voor volwassenen aanwezig?",
"osmTags": "books~.*adults.*"
}
]
},
{
"options": [
{
"question": "Binnen of buiten",
"osmTags": {
"and": []
}
},
{
"question": "Binnen?",
"osmTags": "indoor=yes"
},
{
"question": "Buiten?",
"osmTags": {
"or": ["indoor=no", "indoor="]
}
}
]
}
]
}