diff --git a/src/modules/NewPoly.js b/src/modules/NewPoly.js index 95326c9..9d13602 100644 --- a/src/modules/NewPoly.js +++ b/src/modules/NewPoly.js @@ -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)');