diff --git a/src/ol/style/circlestyle.exports b/src/ol/style/circlestyle.exports index f397b8a0bc..fd4ebd1f1b 100644 --- a/src/ol/style/circlestyle.exports +++ b/src/ol/style/circlestyle.exports @@ -1,5 +1,7 @@ @exportSymbol ol.style.Circle +@exportProperty ol.style.Circle.prototype.getAnchor @exportProperty ol.style.Circle.prototype.getFill @exportProperty ol.style.Circle.prototype.getImage @exportProperty ol.style.Circle.prototype.getRadius +@exportProperty ol.style.Circle.prototype.getSize @exportProperty ol.style.Circle.prototype.getStroke diff --git a/src/ol/style/iconstyle.exports b/src/ol/style/iconstyle.exports index 71c33637dd..5b7d6c6d77 100644 --- a/src/ol/style/iconstyle.exports +++ b/src/ol/style/iconstyle.exports @@ -1,3 +1,5 @@ @exportSymbol ol.style.Icon +@exportProperty ol.style.Icon.prototype.getAnchor @exportProperty ol.style.Icon.prototype.getImage +@exportProperty ol.style.Icon.prototype.getSize @exportProperty ol.style.Icon.prototype.getSrc diff --git a/src/ol/style/imagestyle.exports b/src/ol/style/imagestyle.exports index b2e44df726..67498d3ed8 100644 --- a/src/ol/style/imagestyle.exports +++ b/src/ol/style/imagestyle.exports @@ -1,5 +1,3 @@ @exportSymbol ol.style.Image -@exportProperty ol.style.Image.prototype.getAnchor @exportProperty ol.style.Image.prototype.getRotation @exportProperty ol.style.Image.prototype.getScale -@exportProperty ol.style.Image.prototype.getSize diff --git a/src/ol/style/textstyle.exports b/src/ol/style/textstyle.exports index 8a516470c1..2dc53b5f5d 100644 --- a/src/ol/style/textstyle.exports +++ b/src/ol/style/textstyle.exports @@ -1 +1,9 @@ @exportSymbol ol.style.Text +@exportProperty ol.style.Text.prototype.getFill +@exportProperty ol.style.Text.prototype.getFont +@exportProperty ol.style.Text.prototype.getRotation +@exportProperty ol.style.Text.prototype.getScale +@exportProperty ol.style.Text.prototype.getStroke +@exportProperty ol.style.Text.prototype.getText +@exportProperty ol.style.Text.prototype.getTextAlign +@exportProperty ol.style.Text.prototype.getTextBaseline