We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I would like to fix my Leaflet draw to draw lines with touch,
where can I write this line ? Is it possible to add it in https://mappingforyou.eu/javascript/leaflet.draw-src.js and where ?
Fix:
L.Draw.Polyline.prototype._onTouch = L.Util.falseFn;
Note: Make sure that L.Map.Tap handler is not enabled.
L.Map.Tap
Originally posted by @johnd0e in #935 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I would like to fix my Leaflet draw to draw lines with touch,
where can I write this line ?
Is it possible to add it in https://mappingforyou.eu/javascript/leaflet.draw-src.js and where ?
Fix:
Note:
Make sure that
L.Map.Tap
handler is not enabled.Originally posted by @johnd0e in #935 (comment)
The text was updated successfully, but these errors were encountered: