Add logos to frame state

This commit is contained in:
Tom Payne
2013-04-05 18:14:09 +02:00
parent 0caf5efef6
commit cca770097b
2 changed files with 2 additions and 0 deletions

View File

@@ -734,6 +734,7 @@ ol.Map.prototype.renderFrame_ = function(time) {
focus: goog.isNull(this.focus_) ? view2DState.center : this.focus_,
layersArray: layersArray,
layerStates: layerStates,
logos: {},
pixelToCoordinateMatrix: this.pixelToCoordinateMatrix_,
postRenderFunctions: [],
size: size,