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": [],
"lineRendering": [
{
"width": 3,
"fill": "no",
"width": 6,
"dashArray": "0.1 3",
"fillColor": "#00000000",
"color": "#cc00cc"
},
{
"width": 1,
"fillColor": "#00000000",
"color": "#cc00cc"
}
],