Merge branch 'master' of github.com:CartoDB/torque
This commit is contained in:
commit
db80b7df3b
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user