Test with some new icons

This commit is contained in:
Robin van der Linde 2021-10-25 22:33:55 +02:00
parent c901c20d1d
commit bb4125f5ad
5 changed files with 445 additions and 1 deletions

View file

@ -23,7 +23,29 @@
}
]
},
"icon": "./assets/layers/street_lamps/street_lamp.svg",
"icon": {
"render": "./assets/layers/street_lamps/straight_pole.svg",
"mappings": [
{
"if": {
"and": [
"lamp_mount=bent_mast",
"light:count=1"
]
},
"then": "./assets/layers/street_lamps/bent_pole_1.svg"
},
{
"if": {
"and": [
"lamp_mount=bent_mast",
"light:count=2"
]
},
"then": "./assets/layers/street_lamps/bent_pole_2.svg"
}
]
},
"iconOverlays": [
{
"if": "light:colour=white",