Use ol.renderer.Map#scheduleExpireIconCache

This commit is contained in:
Éric Lemoine
2014-02-03 14:23:31 +01:00
parent b43dd6db44
commit f9e04ad7d5
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -107,5 +107,6 @@ ol.renderer.dom.Map.prototype.renderFrame = function(frameState) {
this.calculateMatrices2D(frameState);
this.scheduleRemoveUnusedLayerRenderers(frameState);
this.scheduleExpireIconCache(frameState);
};