From ee112826bb25fa5126d8ae6fe1a1245d3c9ea479 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Mon, 20 Jan 2014 12:29:48 +0100 Subject: [PATCH] Export ol.source.Vector#getExtent --- src/ol/source/vectorsource.exports | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/source/vectorsource.exports b/src/ol/source/vectorsource.exports index 2934f113ae..6117cb3ec8 100644 --- a/src/ol/source/vectorsource.exports +++ b/src/ol/source/vectorsource.exports @@ -2,6 +2,7 @@ @exportProperty ol.source.Vector.prototype.addFeature @exportProperty ol.source.Vector.prototype.addFeatures @exportProperty ol.source.Vector.prototype.getClosestFeatureToCoordinate +@exportProperty ol.source.Vector.prototype.getExtent @exportProperty ol.source.Vector.prototype.forEachFeature @exportProperty ol.source.Vector.prototype.forEachFeatureInExtent @exportProperty ol.source.Vector.prototype.getAllFeatures