-
Notifications
You must be signed in to change notification settings - Fork 432
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
Problem with leaflet-measure-path and dragging circles #407
Comments
Hi, based on previous issues I assume the problem is that leaflet-measure-paths overrides leaflet functions but does not return the instance - hence breaking method chaining. Here are the issues from the past for reference: In essence, the fix should come from |
Thank you! |
@codeofsumit Is it possible to publish a release including this fix on npm? |
@RobinBressan will come soon! |
Hi, dragging a circle, with the leaflet-measure-path library embedded, is firing an error:
this._layer.setLatLng(...) is undefined
http://jsfiddle.net/Jumpy/1bqtnLxj/
The text was updated successfully, but these errors were encountered: