Fix more themes

This commit is contained in:
Pieter Vander Vennet 2023-11-13 12:46:15 +01:00
parent d2a813b009
commit 255347fc06
16 changed files with 303 additions and 196 deletions

View file

@ -910,9 +910,42 @@
}
}
],
"pointRendering": [],
"pointRendering": [
{
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": {
"render": "./assets/themes/campersite/caravan.svg",
"mappings": [
{
"if": {
"and": [
"fee=no"
]
},
"then": "./assets/themes/campersite/caravan_green.svg"
}
]
}
}
],
"iconSize": "40,40",
"location": [
"point",
"centroid"
],
"anchor": "center"
}
],
"lineRendering": [
{}
{
"color": "#00f",
"width": "8"
}
]
},
{
@ -1510,9 +1543,29 @@
}
}
],
"pointRendering": [],
"pointRendering": [
{
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/themes/campersite/sanitary_dump_station.svg"
}
],
"iconSize": "32,32",
"location": [
"point"
],
"anchor": "center"
}
],
"lineRendering": [
{}
{
"color": "#00f",
"width": "8"
}
]
}
],
@ -1623,4 +1676,4 @@
]
},
"widenFactor": 1.5
}
}