Loading mechanisms for vector data.
Methods
- 
    
ol.featureloader.tile(url, format){ol.FeatureLoader} experimental
src/ol/featureloader.js, line 120 - 
    
    
Create an XHR feature loader for a
urlandformat. The feature loader loads features (with XHR), parses the features, and adds them to the vector tile.Name Type Description urlstring | ol.FeatureUrlFunction Feature URL service.
formatol.format.Feature Feature format.
Returns:
The feature loader.
 - 
    
ol.featureloader.xhr(url, format){ol.FeatureLoader} experimental
src/ol/featureloader.js, line 149 - 
    
    
Create an XHR feature loader for a
urlandformat. The feature loader loads features (with XHR), parses the features, and adds them to the vector source.Name Type Description urlstring | ol.FeatureUrlFunction Feature URL service.
formatol.format.Feature Feature format.
Returns:
The feature loader.
 
 OpenLayers 3