Small clarification for vector source loader docs

This commit is contained in:
Peter Robins
2016-04-08 09:52:54 +01:00
parent cd6494149b
commit 9fb4a88841

View File

@@ -5735,8 +5735,8 @@ olx.source.VectorOptions.prototype.format;
/** /**
* The loader function used to load features, from a remote source for example. * The loader function used to load features, from a remote source for example.
* Note that the source will create and use an XHR feature loader when `url` is * If this is not set and `url` is set, the source will create and use an XHR
* set. * feature loader.
* @type {ol.FeatureLoader|undefined} * @type {ol.FeatureLoader|undefined}
* @api * @api
*/ */