Canvas: layer is removed later by this._draw (fix #3926)

This commit is contained in:
Yohan Boniface 2015-10-12 17:11:50 +02:00
parent 514e27aa6f
commit f75d80a626

View File

@ -61,7 +61,6 @@ L.Canvas = L.Renderer.extend({
_removePath: function (layer) {
layer._removed = true;
delete this._layers[L.stamp(layer)];
this._requestRedraw(layer);
},