Update logos in renderers

This commit is contained in:
Tom Payne
2013-04-05 18:14:25 +02:00
parent cca770097b
commit 5680b89c48
7 changed files with 20 additions and 0 deletions
@@ -109,6 +109,7 @@ ol.renderer.dom.ImageLayer.prototype.renderFrame =
this.setTransform(transform);
this.updateAttributions(frameState.attributions, image.getAttributions());
this.updateLogos(frameState, imageSource);
}
};
@@ -221,6 +221,7 @@ ol.renderer.dom.TileLayer.prototype.renderFrame =
this.manageTilePyramid(frameState, tileSource, tileGrid, projection, extent,
z, tileLayer.getPreload());
this.scheduleExpireCache(frameState, tileSource);
this.updateLogos(frameState, tileSource);
};