From fd6756e46561839b59c23ce98849959d79e74578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 8 Jan 2014 11:35:09 +0100 Subject: [PATCH 1/2] Export ol.format.KML#readName --- src/ol/format/kmlformat.exports | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/format/kmlformat.exports b/src/ol/format/kmlformat.exports index 53faabc585..a07f38bf74 100644 --- a/src/ol/format/kmlformat.exports +++ b/src/ol/format/kmlformat.exports @@ -1 +1,2 @@ @exportSymbol ol.format.KML +@exportProperty ol.format.KML.prototype.readName From 0fa748699a9e49d8a08830df77c2a25d89cefef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 8 Jan 2014 11:40:20 +0100 Subject: [PATCH 2/2] Export ol.source.Vector#forEachFeatureInExtent --- 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 1b55238538..2934f113ae 100644 --- a/src/ol/source/vectorsource.exports +++ b/src/ol/source/vectorsource.exports @@ -3,6 +3,7 @@ @exportProperty ol.source.Vector.prototype.addFeatures @exportProperty ol.source.Vector.prototype.getClosestFeatureToCoordinate @exportProperty ol.source.Vector.prototype.forEachFeature +@exportProperty ol.source.Vector.prototype.forEachFeatureInExtent @exportProperty ol.source.Vector.prototype.getAllFeatures @exportProperty ol.source.Vector.prototype.getAllFeaturesAtCoordinate @exportProperty ol.source.Vector.prototype.removeFeature