Improve docs for the ol.LoadingStrategy type
This commit is contained in:
+3
-1
@@ -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>}
|
* @typedef {function(ol.Extent, number): Array.<ol.Extent>}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user