Merge pull request #1485 from elemoine/vector-api-exports

[vector-api] Export ol.format.KML#readName
This commit is contained in:
Éric Lemoine
2014-01-08 06:17:21 -08:00
2 changed files with 2 additions and 0 deletions

View File

@@ -1 +1,2 @@
@exportSymbol ol.format.KML
@exportProperty ol.format.KML.prototype.readName

View File

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