Themes(range): change rendering

This commit is contained in:
Pieter Vander Vennet 2025-08-20 14:32:10 +02:00
parent 67c5322a80
commit e9f71924c1

View file

@ -8,8 +8,14 @@
"pointRendering": [], "pointRendering": [],
"lineRendering": [ "lineRendering": [
{ {
"width": 3, "width": 6,
"fill": "no", "dashArray": "0.1 3",
"fillColor": "#00000000",
"color": "#cc00cc"
},
{
"width": 1,
"fillColor": "#00000000",
"color": "#cc00cc" "color": "#cc00cc"
} }
], ],