diff --git a/lib/torque/leaflet/torque.js b/lib/torque/leaflet/torque.js index 5b6d119..91770cc 100644 --- a/lib/torque/leaflet/torque.js +++ b/lib/torque/leaflet/torque.js @@ -230,11 +230,11 @@ L.TorqueLayer = L.CanvasLayer.extend({ // all the points this.renderer._ctx.drawImage(tile._tileCache, 0, 0); } else { - this.renderer.renderTile(tile, this.key); + this.renderer.renderTile(tile, this.key, pos); } } } - this.renderer.applyFilters(); + //this.renderer.applyFilters(); // prepare caches if the animation is not running // don't cache if the key has just changed, this avoids to cache