IITC-CE / Leaflet.Canvas-Markers

Leaflet plugin for displaying icons on canvas instead of DOM
MIT License
2 stars 4 forks source link

move redraw in requestAnimFrame #18

Closed le-jeu closed 2 years ago

le-jeu commented 2 years ago

Reduce redraw computation to one redraw per frame as in L.Canvas. The L.Canvas._redraw restores this._redrawRequest to null once it's called.