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

View File

@@ -137,6 +137,7 @@ ol.renderer.webgl.ImageLayer.prototype.renderFrame =
this.texture = texture;
this.updateAttributions(frameState.attributions, image.getAttributions());
this.updateLogos(frameState, imageSource);
}
};