CartoDB / Leaflet.CanvasLayer

full screen canvas layer for Leaflet
118 stars 35 forks source link

#25 properly turn off the move even handler onRemove #26

Open ventralnet opened 7 years ago

ventralnet commented 7 years ago

For for #25

Wrong handler method was being passed into map.off for the move event which meant the redraw function was still being called on map move.