Merge pull request #5632 from ahocevar/loadingstrategy-docs

Improve docs for the ol.LoadingStrategy type
This commit is contained in:
Andreas Hocevar
2016-08-02 09:31:47 +02:00
committed by GitHub

View File

@@ -300,7 +300,9 @@ ol.LayerState;
/**
* One of `all`, `bbox`, `tile`.
* A function that takes an {@link ol.Extent} and a resolution as arguments, and
* returns an array of {@link ol.Extent} with the extents to load. Usually this
* is one of the standard {@link ol.loadingstrategy} strategies.
*
* @typedef {function(ol.Extent, number): Array.<ol.Extent>}
*/