forked from MapComplete/MapComplete
Changed around some icons, add filters
This commit is contained in:
parent
7ed5489b18
commit
b5c7076b36
5 changed files with 48 additions and 26 deletions
|
@ -74,7 +74,16 @@
|
|||
],
|
||||
"icon": "circle:white;./assets/layers/fitness_centre/gym.svg",
|
||||
"iconSize": "40,40,center",
|
||||
"label": "{name}"
|
||||
"label": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>",
|
||||
"iconBadges": [
|
||||
{
|
||||
"if": "opening_hours~*",
|
||||
"then": "isOpen"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
"open_now"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue