changed polyline smoothness

This commit is contained in:
muerwre 2019-02-22 17:04:12 +07:00
parent ac3e824579
commit dc3e8d73e5

View file

@ -24,6 +24,7 @@ export class Poly {
color: 'url(#activePathGradient)', color: 'url(#activePathGradient)',
weight: 6, weight: 6,
maxMarkers: 100, maxMarkers: 100,
smoothFactor: 3,
}) })
.on('distancechange', this.onDistanceUpdate); .on('distancechange', this.onDistanceUpdate);