forked from MapComplete/MapComplete
Fix line renderings
This commit is contained in:
parent
ec09a72cae
commit
95101a7212
11 changed files with 327 additions and 12 deletions
|
@ -110,12 +110,13 @@
|
|||
"end"
|
||||
],
|
||||
"icon": "circle:#ccc",
|
||||
"iconSize": "20,20,center"
|
||||
"iconSize": "3,3,center"
|
||||
},
|
||||
{
|
||||
"#": "The center line",
|
||||
"color": "#ffffff55",
|
||||
"width": 8
|
||||
"width": 8,
|
||||
"lineCap": "butt"
|
||||
},
|
||||
{
|
||||
"#": "left",
|
||||
|
@ -145,7 +146,8 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"offset": -6
|
||||
"offset": -6,
|
||||
"lineCap": "butt"
|
||||
},
|
||||
{
|
||||
"color": "#888",
|
||||
|
@ -172,6 +174,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"lineCap": "butt",
|
||||
"offset": 6
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue