Add link support for source logos

This commit is contained in:
Antoine Abt
2014-07-21 17:27:47 +02:00
parent c1f7db9611
commit ba8077010a
5 changed files with 52 additions and 45 deletions

View File

@@ -13,7 +13,7 @@ goog.require('ol.tilegrid.TileGrid');
/**
* @typedef {{attributions: (Array.<ol.Attribution>|undefined),
* extent: (ol.Extent|undefined),
* logo: (string|undefined),
* logo: (string|Object|undefined),
* opaque: (boolean|undefined),
* tilePixelRatio: (number|undefined),
* projection: ol.proj.ProjectionLike,