shramov / leaflet-plugins

Plugins for Leaflet library
http://psha.org.ru/b/leaflet-plugins.html
MIT License
722 stars 289 forks source link

Don't use depricated L.Mixin.Events for Leaflet 1.2 #265

Closed OriginalSin closed 6 years ago

OriginalSin commented 6 years ago

Use L.Evented.prototype for Leaflet 1.2

brunob commented 6 years ago

Nice catch, could you also patch https://github.com/shramov/leaflet-plugins/blob/master/control/Permalink.js#L2 as i merge all this in one shot ?

OriginalSin commented 6 years ago

No problems...

brunob commented 6 years ago

Thx :)