Norkart / Leaflet-MiniMap

A minimap control plugin for Leaflet
BSD 2-Clause "Simplified" License
395 stars 125 forks source link

Deprecated include of L.Mixin.Events #138

Closed ventralnet closed 5 years ago

ventralnet commented 6 years ago

https://github.com/Leaflet/Leaflet/pull/5365

The use of including L.Mixin.Events and you are to use L.Evented instead. Leaflet warns on the javascript console with the deprecation message saying L.Mixin.Events including will be removed in future releases

leaflet: 1.3.1 leaflet-minimap: 3.6.1

robpvn commented 6 years ago

Yes, this needs to be fixed before future Leaflet releases. Sorry about the late answer!