Type check with olx.LogoOptions

This commit is contained in:
Antoine Abt
2014-07-24 16:40:34 +02:00
parent 280a7c520f
commit d50f40dcce
4 changed files with 54 additions and 46 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ goog.require('ol.tilegrid.TileGrid');
/**
* @typedef {{attributions: (Array.<ol.Attribution>|undefined),
* extent: (ol.Extent|undefined),
* logo: (string|Object|undefined),
* logo: (string|olx.LogoOptions|undefined),
* opaque: (boolean|undefined),
* tilePixelRatio: (number|undefined),
* projection: ol.proj.ProjectionLike,