Refactoring: split icons into proper layered icons, fix and rerun shops-thief

This commit is contained in:
Pieter Vander Vennet 2023-10-06 23:56:50 +02:00
parent d6cd0516bb
commit 19a760178b
307 changed files with 26845 additions and 116541 deletions

View file

@ -683,7 +683,7 @@
},
"allowMove": {
"enableRelocation": false,
"enableImproveAccuraccy": true
"enableImproveAccuracy": true
},
"filter": [
"has_image",
@ -691,15 +691,23 @@
],
"pointRendering": [
{
"icon": {
"render": "square:#008754;./assets/layers/defibrillator/defibrillator.svg",
"mappings": [
{
"if": "_recently_surveyed=true",
"then": "square:#28ba3d;./assets/layers/defibrillator/defibrillator.svg"
"marker": [
{
"icon": "square",
"color": {
"render": "#008754",
"mappings": [
{
"if": "_recently_surveyed=true",
"then": "#28ba3d"
}
]
}
]
},
},
{
"icon": "./assets/layers/defibrillator/defibrillator.svg"
}
],
"location": [
"point"
]