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 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