Export readFeatures method

This commit is contained in:
Antoine Abt
2014-11-25 16:24:51 +01:00
parent fc16c4500d
commit 638f8275aa

View File

@@ -118,6 +118,18 @@ ol.format.WMSGetFeatureInfo.prototype.readFeatures_ =
};
/**
* Read all features from a WMSGetFeatureInfo response.
*
* @function
* @param {ArrayBuffer|Document|Node|Object|string} source Source.
* @param {olx.format.ReadOptions=} opt_options Options.
* @return {Array.<ol.Feature>} Features.
* @api stable
*/
ol.format.WMSGetFeatureInfo.prototype.readFeatures;
/**
* @inheritDoc
*/