start marker

This commit is contained in:
Fedor Katurov 2020-01-27 15:49:43 +07:00
parent 5ceda71589
commit 53bb6a8443
9 changed files with 228 additions and 35 deletions

View file

@ -15,7 +15,7 @@ const GpxPolyline: FC<IProps> = ({ latlngs, color }) => {
color,
stroke: true,
opacity: 1,
weight: 7,
weight: 7,
// dashArray: [12,12],
}).addTo(MainMap);
setLayer(item);