-
Notifications
You must be signed in to change notification settings - Fork 994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polyline fix #661
Polyline fix #661
Conversation
# This is the 1st commit message: checking distance to last point fixes; touch event still appears to be firing twice on IE change gitignore so we can deploy git repo add touch blocker block touch when touch has already begun touch events and log browser.touch typo dont show tooltip text for touch move browser touch check to disable showlength try timeout approach debugging intersections try different distance method alternate method of distance calculation another approach to distance function for approaching close distance lower threshold for finishing shape and log prevent L.browser unbinding issue # This is the commit message #2: remove conditional application of event handlers and onMouseMove call from onTouch
Bugs:
|
@z0d14c - If we can get the second bug resolved (and I don't find any other showstoppers) I can merge this PR and close the previous one. |
@ddproxy kk ill be looking into this this week |
I havent got a chance to look at this due to the holidays being crazier than expected. I'll be freeing up in the latter half of this week, though, hopefully. |
@z0d14c It's fine, needed roll out what fixes are available now. I'll be back on duty soon too. |
hello there, I have found a workaround to draw polylines on touch devices. I just delayed the addition of the finish handler on the last marker.
I hope this helps. Here it is working like a charm. BTW, great work here, thanks. |
Polyline fixes squashed from @z0d14c's branch