Since the set method is exported on ol.Object, we need to export the method on the feature prototype to get correct behavior.
7 lines
265 B
Plaintext
7 lines
265 B
Plaintext
@exportSymbol ol.Feature
|
|
@exportProperty ol.Feature.prototype.getAttributes
|
|
@exportProperty ol.Feature.prototype.getFeatureId
|
|
@exportProperty ol.Feature.prototype.getGeometry
|
|
@exportProperty ol.Feature.prototype.set
|
|
@exportProperty ol.Feature.prototype.setGeometry
|