Add tile cache expiry infrastructure

This commit is contained in:
Tom Payne
2013-01-23 14:22:25 +01:00
parent 6d3e0778e1
commit b770aaa2f5
5 changed files with 35 additions and 0 deletions

View File

@@ -239,6 +239,7 @@ ol.renderer.dom.TileLayer.prototype.renderFrame =
}
this.updateUsedTiles(frameState.usedTiles, tileSource, z, tileRange);
this.scheduleExpireCache(frameState, tileSource);
};