Merge branch 'feature/prefix-for-oh' into develop

This commit is contained in:
Pieter Vander Vennet 2021-10-29 03:43:20 +02:00
commit 4bdabd271b
10 changed files with 285 additions and 80 deletions

View file

@ -723,11 +723,13 @@
"iconOverlays": [
{
"if": "opening_hours~*",
"then": "isOpen"
"then": "isOpen",
"badge": true
},
{
"if": "service:bicycle:pump=yes",
"then": "circle:#e2783d;./assets/layers/bike_repair_station/pump.svg"
"then": "circle:#e2783d;./assets/layers/bike_repair_station/pump.svg",
"badge": true
},
{
"if": {
@ -737,7 +739,8 @@
},
"then": {
"render": "./assets/layers/bike_cleaning/bike_cleaning_icon.svg"
}
},
"badge": true
}
],
"width": {