added touchHinter

This commit is contained in:
muerwre 2019-02-25 12:40:53 +07:00
parent 381e144ccd
commit 9b0e2bc3e1
3 changed files with 31 additions and 11 deletions

View file

@ -25,6 +25,7 @@ export class Poly {
weight: 6,
maxMarkers: 100,
smoothFactor: 3,
bubblingMouseEvents: false,
})
.on('distancechange', this.onDistanceUpdate);