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

@@ -26,6 +26,7 @@ goog.require('ol.layer.LayerState');
* focus: ol.Coordinate,
* layersArray: Array.<ol.layer.Layer>,
* layerStates: Object.<number, ol.layer.LayerState>,
* logos: Object.<string, boolean>,
* pixelToCoordinateMatrix: goog.vec.Mat4.Number,
* postRenderFunctions: Array.<ol.PostRenderFunction>,
* size: ol.Size,

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,