removes adjust operations from tileloader_mixin

This commit is contained in:
Francisco Dans 2015-01-12 16:21:52 +01:00
parent fbeddab4a3
commit 1a2c6f2ab0

View File

@ -116,7 +116,7 @@ L.Mixin.TileLoader = {
for (j = bounds.min.y; j <= bounds.max.y; j++) {
for (i = bounds.min.x; i <= bounds.max.x; i++) {
point = new L.Point(i, j);
this._adjustTilePoint(point);
//this._adjustTilePoint(point);
point.zoom = zoom;
if (this._tileShouldBeLoaded(point)) {