Leaflet / Path.Drag.js

Add dragging capability to Leaflet paths.
27 stars 14 forks source link

Add leaflet to dependencies #2

Closed samehraban closed 8 years ago

samehraban commented 8 years ago

I suppose this lib has a dependency to leaflet v1.0+. I had a lot of trouble make this work with version 0.7 and repeatedly got error:

TypeError: Cannot read property 'getRenderer' of undefined

please add specific leaflet version to dependencies or state the version this lib supposed to work alongside.

yohanboniface commented 8 years ago

Yes. Can you make a PR to add this to the README?

yohanboniface commented 8 years ago

Fixed with #3.