From 740b3983410f587d887199b4b193268c7d0291b7 Mon Sep 17 00:00:00 2001 From: oterral Date: Tue, 11 Feb 2014 12:18:29 +0100 Subject: [PATCH 1/4] Add exports for ol.style.Circle --- src/ol/style/circlestyle.exports | 2 ++ 1 file changed, 2 insertions(+) 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 From f122778c6dcfdeb28c6a213432f88f50ef4b6f87 Mon Sep 17 00:00:00 2001 From: oterral Date: Tue, 11 Feb 2014 12:18:42 +0100 Subject: [PATCH 2/4] Add exports for ol.style.Icon --- src/ol/style/iconstyle.exports | 2 ++ 1 file changed, 2 insertions(+) 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 From 8edcc7e161ce717861162652f7777caf66c416a8 Mon Sep 17 00:00:00 2001 From: oterral Date: Tue, 11 Feb 2014 12:33:12 +0100 Subject: [PATCH 3/4] Add exports for ol.style.Text --- src/ol/style/textstyle.exports | 8 ++++++++ 1 file changed, 8 insertions(+) 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 From 3a7c80dfdacc1061c2b8b1ec2c4e3d1035404338 Mon Sep 17 00:00:00 2001 From: oterral Date: Tue, 11 Feb 2014 13:13:51 +0100 Subject: [PATCH 4/4] Remove exports from ol.style.Image --- src/ol/style/imagestyle.exports | 2 -- 1 file changed, 2 deletions(-) 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