Merge pull request #2980 from pgiraud/tilevector_getfeatures

Export ol.source.TileVector#getFeatures in built mode
This commit is contained in:
Pierre GIRAUD
2014-11-28 14:44:04 +01:00

View File

@@ -141,6 +141,7 @@ ol.source.TileVector.prototype.getExtent = goog.abstractMethod;
/**
* @inheritDoc
* @api
*/
ol.source.TileVector.prototype.getFeatures = function() {
var tiles = this.tiles_;