Rename useTileZXY to useTile

This commit is contained in:
Tom Payne
2013-03-25 11:45:20 +01:00
parent f7cc8fa738
commit 9906c518a7
3 changed files with 3 additions and 3 deletions

View File

@@ -322,7 +322,7 @@ ol.renderer.Layer.prototype.manageTilePyramid =
tileQueue.enqueue(tile, tileSourceKey, tileCenter, tileResolution);
}
} else {
tileSource.useTileZXY(z, x, y);
tileSource.useTile(z, x, y);
}
}
}