Polyline point missing issue

211
0
06-04-2019 04:40 AM
GiovanniVanore1
New Contributor II
Hello Guys ..
I am struggling with some code and  need your help to resolve the issue.
 Issue I am facing while drawing a poly-line I needed pan option so i have changed the draw mode from freehand to click . Now my problem is some time while clicking on map some point getting skip, sometime i have to click twice then only my poly-line vertex is adding on map. 
This is the line i have added. 
const action = draw.create("polyline",{mode: "click"});
0 Kudos
0 Replies