clears cache when setCartoCSS is called

This commit is contained in:
Francisco Dans 2015-02-05 18:27:59 +01:00
parent 395edc39e0
commit 117f13c5e9

View File

@ -336,7 +336,7 @@ L.TorqueLayer = L.CanvasLayer.extend({
if (options.animationDuration) {
this.animator.duration(options.animationDuration);
}
this._clearCaches();
this.redraw();
return this;
},