Merge pull request #480 from twpayne/logo-control

Add logo control
This commit is contained in:
Tom Payne
2013-04-05 10:47:49 -07:00
20 changed files with 216 additions and 4 deletions

View File

@@ -754,6 +754,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,