Merge pull request #1554 from fredj/exports
Export some ol.source.* functions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user