Merge branch 'master' of github.com:CartoDB/torque

This commit is contained in:
javi 2014-02-17 14:21:30 +01:00
commit db80b7df3b

View File

@ -31,6 +31,7 @@ L.CanvasLayer = L.Class.extend({
this._canvas.style.position = 'absolute';
this._canvas.style.top = 0;
this._canvas.style.left = 0;
this._canvas.style.pointerEvents = "none";
this._canvas.style.zIndex = options.zIndex || 0;
this._ctx = this._canvas.getContext('2d');