From d04eb9576c0695a662aa13149d105f502185cfc8 Mon Sep 17 00:00:00 2001 From: Francisco Dans Date: Tue, 10 Mar 2015 12:48:32 +0100 Subject: [PATCH] adds applyfilters call to gmaps layer --- lib/torque/gmaps/torque.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/torque/gmaps/torque.js b/lib/torque/gmaps/torque.js index f280bc0..b49d8aa 100644 --- a/lib/torque/gmaps/torque.js +++ b/lib/torque/gmaps/torque.js @@ -192,6 +192,7 @@ GMapsTorqueLayer.prototype = torque.extend({}, this.renderer.renderTile(tile, this.key); } } + this.renderer.applyFilters(); }, getActivePointsBBox: function(step) {