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

@ -10,7 +10,6 @@
"source": "special",
"pointRendering": [
{
"icon": "circle:red",
"iconSize": "1,1",
"location": [
"point",
@ -18,7 +17,13 @@
],
"css": "box-shadow: red 0 0 20px 20px; z-index: -1; height: 1px; width: 1px;",
"cssClasses": "block relative rounded-full",
"anchor": "center"
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "red"
}
]
}
],
"lineRendering": []