Merge pull request #1554 from fredj/exports

Export some ol.source.* functions
This commit is contained in:
Frédéric Junod
2014-01-21 05:23:53 -08:00
2 changed files with 9 additions and 0 deletions

View File

@@ -1 +1,7 @@
@exportProperty ol.source.Source.prototype.getExtent
@exportProperty ol.source.Source.prototype.getState
@exportSymbol ol.source.State
@exportProperty ol.source.State.LOADING
@exportProperty ol.source.State.READY
@exportProperty ol.source.State.ERROR

View File

@@ -8,3 +8,6 @@
@exportProperty ol.source.Vector.prototype.getAllFeatures
@exportProperty ol.source.Vector.prototype.getAllFeaturesAtCoordinate
@exportProperty ol.source.Vector.prototype.removeFeature
@exportSymbol ol.source.VectorEvent
@exportProperty ol.source.VectorEvent.prototype.getFeature