forked from MapComplete/MapComplete
Themes(range): change rendering
This commit is contained in:
parent
67c5322a80
commit
e9f71924c1
1 changed files with 8 additions and 2 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue