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

@@ -109,6 +109,7 @@ ol.renderer.dom.ImageLayer.prototype.renderFrame =
this.setTransform(transform);
this.updateAttributions(frameState.attributions, image.getAttributions());
this.updateLogos(frameState, imageSource);
}
};