gpx tracks not printable now

This commit is contained in:
Fedor Katurov 2020-01-27 11:53:21 +07:00
parent f41078b769
commit 5ceda71589
2 changed files with 14 additions and 13 deletions

View file

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