From dc3e8d73e59192fdb034ff61f006e9351030f6f3 Mon Sep 17 00:00:00 2001
From: muerwre <gotham48@gmail.com>
Date: Fri, 22 Feb 2019 17:04:12 +0700
Subject: [PATCH] changed polyline smoothness

---
 src/modules/Poly.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/Poly.ts b/src/modules/Poly.ts
index 50ba42b..4b018a6 100644
--- a/src/modules/Poly.ts
+++ b/src/modules/Poly.ts
@@ -24,6 +24,7 @@ export class Poly {
       color: 'url(#activePathGradient)',
       weight: 6,
       maxMarkers: 100,
+      smoothFactor: 3,
     })
       .on('distancechange', this.onDistanceUpdate);