redraw on css change

This commit is contained in:
javi 2013-08-30 12:39:59 +02:00
parent 6778d4fee9
commit 799abb144e

View File

@ -161,6 +161,7 @@ GMapsTorqueLayer.prototype = _.extend({},
return this;
}
this.renderer.setCartoCSS(cartocss);
this.redraw();
return this;
},