Improve docs for the ol.LoadingStrategy type

This commit is contained in:
Andreas Hocevar
2016-07-22 14:54:41 +02:00
parent a575749793
commit 95d247d332

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>}
*/