Rename tileUsage to usedTiles

This commit is contained in:
Tom Payne
2013-01-18 16:46:32 +01:00
parent 1c524caae6
commit 3ec2014ad1
7 changed files with 22 additions and 23 deletions

View File

@@ -237,7 +237,7 @@ ol.renderer.dom.TileLayer.prototype.renderFrame =
frameState.animate = true;
}
this.updateTileUsage(frameState.tileUsage, tileSource, z, tileRange);
this.updateUsedTiles(frameState.usedTiles, tileSource, z, tileRange);
this.updateWantedTiles(frameState.wantedTiles, tileSource, z, tileRange);
};