justinmanley / leaflet-draw-toolbar

Leaflet.toolbar for Leaflet.draw. Example: https://justinmanley.github.io/leaflet-draw-toolbar/examples/popup.html.
66 stars 24 forks source link

Does not seem to work with leaflet-draw v1.0.4 #18

Open manzanotti opened 2 years ago

manzanotti commented 2 years ago

This package has a dependency on v 0.4 of leaflet-draw, and whilst I can force npm to ignore that and pull the package down anyway, my Typescript project won't build, complaining that it can't resolve the dependency.

Does this package actually work with the newest version of leaflet-draw?

If not, what needs to be done to enable it to?