This commit is contained in:
Francisco Dans 2015-08-12 11:37:11 +02:00
parent 1b6e571563
commit 74415078f1

View File

@ -232,7 +232,7 @@ L.TorqueLayer = L.CanvasLayer.extend({
// all the points // all the points
this.renderer._ctx.drawImage(tile._tileCache, 0, 0); this.renderer._ctx.drawImage(tile._tileCache, 0, 0);
} else { } else {
this.renderer.renderTile(tile, this.key); this.renderer.renderTile(tile, this.key, pos);
} }
} }
} }