Leaflet / Leaflet.draw

Vector drawing and editing plugin for Leaflet
https://leaflet.github.io/Leaflet.draw/docs/leaflet-draw-latest.html
MIT License
1.97k stars 992 forks source link

Leaflet 1.2.0 compatible with leaflet draw #782

Open astalegale opened 7 years ago

astalegale commented 7 years ago

Please update the: "dependencies": { "leaflet": ">=0.7.0 <1.1" },

to "dependencies": { "leaflet": ">=0.7.0 <1.2" }

they have resolved the compatibility issue

geirsagberg commented 7 years ago

shouldnt it be "dependencies": { "leaflet": ">=0.7.0 <1.3" } then?