mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
removed blue stroke on arrows
This commit is contained in:
parent
4b96a1bc4f
commit
3ea920c1f8
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ export class NewPoly {
|
|||
latlngs[i - 1],
|
||||
[mid.lat, mid.lng]
|
||||
],
|
||||
{ color: 'blue', weight: CLIENT.STROKE_WIDTH }
|
||||
{ color: 'none', weight: CLIENT.STROKE_WIDTH }
|
||||
).addTo(this.arrows);
|
||||
|
||||
slide._path.setAttribute('marker-end', 'url(#long-arrow)');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue