Themes(aed): add iconBadges for opening hours and wheelchair access

This commit is contained in:
Midgard 2024-12-18 22:06:07 +01:00 committed by Pieter Vander Vennet
parent 5138610284
commit 6a1e816b2e

View file

@ -48,6 +48,21 @@
},
"pointRendering": [
{
"iconBadges": [
{
"if": "opening_hours~*",
"then": "icons.isOpen"
},
{
"if": {
"or": [
"wheelchair=yes",
"wheelchair=designated"
]
},
"then": "circle:white;./assets/layers/toilet/wheelchair.svg"
}
],
"iconSize": {
"render": "20,20",
"mappings": [