Merge pull request #153 from CartoDB/heat-gmaps

Adds support for heatmaps in Google Maps
This commit is contained in:
Francisco Dans 2015-03-10 15:50:21 +01:00
commit 8af1b8288b

View File

@ -192,6 +192,7 @@ GMapsTorqueLayer.prototype = torque.extend({},
this.renderer.renderTile(tile, this.key);
}
}
this.renderer.applyFilters();
},
getActivePointsBBox: function(step) {