Themes: fix badge, fix #1894
This commit is contained in:
parent
c26225ccf1
commit
a2279ac28b
1 changed files with 4 additions and 2 deletions
|
@ -280,8 +280,10 @@
|
||||||
"then": "circle:#e2783d;./assets/layers/bike_repair_station/pump.svg"
|
"then": "circle:#e2783d;./assets/layers/bike_repair_station/pump.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "service:bicycle:cleaning~*",
|
"if": {
|
||||||
"then": "./assets/layers/bike_cleaning/bike_cleaning_icon.svg"
|
"and":["service:bicycle:cleaning~*","service:bicycle:cleaning!=no"]
|
||||||
|
},
|
||||||
|
"then": "circle:#6bc4f7;./assets/layers/bike_cleaning/bike_cleaning_icon.svg"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"iconSize": "50,50",
|
"iconSize": "50,50",
|
||||||
|
|
Loading…
Reference in a new issue