forked from MapComplete/MapComplete
Themes(aed): add iconBadges for opening hours and wheelchair access
This commit is contained in:
parent
a1d275c668
commit
65d1fb1647
1 changed files with 15 additions and 0 deletions
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue