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

@ -204,43 +204,67 @@
"point",
"centroid"
],
"icon": {
"render": "./assets/layers/maproulette/logomark.svg",
"mappings": [
{
"if": "mr_taskStatus=Created",
"then": "pin:#959DFF"
"marker": [
{
"color": {
"mappings": [
{
"if": "mr_taskStatus=Created",
"then": "#959DFF"
},
{
"if": "mr_taskStatus=Fixed",
"then": "#65D2DA"
},
{
"if": "mr_taskStatus=False positive",
"then": "#F7BB59"
},
{
"if": "mr_taskStatus=Skipped",
"then": "#F7BB59"
},
{
"if": "mr_taskStatus=Deleted",
"then": "#737373"
},
{
"if": "mr_taskStatus=Already fixed",
"then": "#CCB186"
},
{
"if": "mr_taskStatus=Too hard",
"then": "#FF5E63"
},
{
"if": "mr_taskStatus=Disabled",
"then": "#FF349C"
}
]
},
{
"if": "mr_taskStatus=Fixed",
"then": "pin:#65D2DA"
},
{
"if": "mr_taskStatus=False positive",
"then": "pin:#F7BB59"
},
{
"if": "mr_taskStatus=Skipped",
"then": "pin:#F7BB59"
},
{
"if": "mr_taskStatus=Deleted",
"then": "pin:#737373"
},
{
"if": "mr_taskStatus=Already fixed",
"then": "pin:#CCB186"
},
{
"if": "mr_taskStatus=Too hard",
"then": "pin:#FF5E63"
},
{
"if": "mr_taskStatus=Disabled",
"then": "pin:#FF349C"
"icon": {
"render": "./assets/layers/maproulette/logomark.svg",
"mappings": [
{
"if": {
"or": [
"mr_taskStatus=Created",
"mr_taskStatus=Fixed",
"mr_taskStatus=False positive",
"mr_taskStatus=Skipped",
"mr_taskStatus=Deleted",
"mr_taskStatus=Already fixed",
"mr_taskStatus=Already fixed",
"mr_taskStatus=Disabled",
"mr_taskStatus=Too hard"
]
},
"then": "pin"
}
]
}
]
},
}
],
"iconSize": "40,40",
"anchor": "bottom"
}