Add optional URL for logos

This commit is contained in:
Tom Payne
2014-01-10 22:44:56 +01:00
parent 339c6d3b5b
commit e4b815d4d6
3 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ goog.require('ol.layer.LayerState');
* index: number,
* layersArray: Array.<ol.layer.Layer>,
* layerStates: Object.<number, ol.layer.LayerState>,
* logos: Object.<string, boolean>,
* logos: Object.<string, string>,
* pixelToCoordinateMatrix: goog.vec.Mat4.Number,
* postRenderFunctions: Array.<ol.PostRenderFunction>,
* size: ol.Size,