From 799abb144ee8b67d21bc6991a733a2aa587426cd Mon Sep 17 00:00:00 2001 From: javi Date: Fri, 30 Aug 2013 12:39:59 +0200 Subject: [PATCH] redraw on css change --- 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 8c49012..af51802 100644 --- a/lib/torque/gmaps/torque.js +++ b/lib/torque/gmaps/torque.js @@ -161,6 +161,7 @@ GMapsTorqueLayer.prototype = _.extend({}, return this; } this.renderer.setCartoCSS(cartocss); + this.redraw(); return this; },