digidem / leaflet-side-by-side

A Leaflet control to add a split screen to compare two map overlays
http://lab.digital-democracy.org/leaflet-side-by-side/
MIT License
351 stars 111 forks source link

Deprecated include of L.Mixin.Events #21

Closed m-mohr closed 6 years ago

m-mohr commented 6 years ago

I'm getting warnings about: Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead. from Leaflet. It looks like this plugin is using something that's deprecated or in the process of being so. I think this is this line: includes: L.Mixin.Events,. Would be nice to have that fixed. Thank you.