Provide layer states array in frame state

This commit is contained in:
Tim Schaub
2014-04-03 11:46:17 -06:00
parent 9d5451b1d6
commit aa3a20e911
5 changed files with 28 additions and 26 deletions

View File

@@ -1226,6 +1226,7 @@ ol.Map.prototype.renderFrame_ = function(time) {
index: this.frameIndex_++,
layersArray: layersArray,
layerStates: layerStates,
layerStatesArray: layerStatesArray,
logos: {},
pixelRatio: this.pixelRatio_,
pixelToCoordinateMatrix: this.pixelToCoordinateMatrix_,