Export ol.format.OSMXML#readFeatures

This commit is contained in:
Frederic Junod
2014-05-27 14:13:55 +02:00
parent 7732a10bbf
commit 4c9463cdcc

View File

@@ -180,6 +180,17 @@ ol.format.OSMXML.NODE_PARSERS_ = ol.xml.makeParsersNS(
});
/**
* Read all features from an OSM source.
*
* @function
* @param {ArrayBuffer|Document|Node|Object|string} source Source.
* @return {Array.<ol.Feature>} Features.
* @todo api
*/
ol.format.OSMXML.prototype.readFeatures;
/**
* @inheritDoc
*/