Merge pull request #5162 from probins/strategy

Improve docs/examples for loadingstrategy
This commit is contained in:
Bart van den Eijnden
2016-05-09 09:43:25 +02:00
4 changed files with 6 additions and 6 deletions

View File

@@ -5,6 +5,8 @@ goog.require('ol.TileCoord');
/**
* One of `all`, `bbox`, `tile`.
*
* @typedef {function(ol.Extent, number): Array.<ol.Extent>}
* @api
*/