diff --git a/src/plugin/leaflet.canvas-markers.js b/src/plugin/leaflet.canvas-markers.js index 315f50d..7476f3f 100644 --- a/src/plugin/leaflet.canvas-markers.js +++ b/src/plugin/leaflet.canvas-markers.js @@ -97,6 +97,7 @@ function layerFactory(L) { } this._update(); this._clear(); // clear layers in redraw bounds + this._updateCtx(); this._draw(); // draw layers this._redrawBounds = null;