Add docs link to loadingstrategy

This commit is contained in:
Peter Robins
2014-06-02 09:58:04 -04:00
parent 73bfd326d0
commit 474fc8f4a6

View File

@@ -3796,7 +3796,8 @@ olx.source.ServerVectorOptions.prototype.loader;
/**
* Loading strategy. Default is {@link ol.loadingstrategy.bbox}.
* Loading strategy. An {@link ol.loadingstrategy} or a custom function.
* Default is {@link ol.loadingstrategy.bbox}.
* @type {function(ol.Extent, number): Array.<ol.Extent>|undefined}
*/
olx.source.ServerVectorOptions.prototype.strategy;