diff --git a/examples/data/icon.png b/examples/data/icon.png index 8f511d436c..ed886623d5 100644 Binary files a/examples/data/icon.png and b/examples/data/icon.png differ diff --git a/examples/icon.html b/examples/icon.html index 0431c37571..35c8f343b7 100644 --- a/examples/icon.html +++ b/examples/icon.html @@ -14,7 +14,7 @@ position: relative; } #popup { - padding-bottom: 65px; + padding-bottom: 45px; } diff --git a/examples/icon.js b/examples/icon.js index cf3d2d799a..a2c2918f55 100644 --- a/examples/icon.js +++ b/examples/icon.js @@ -37,7 +37,7 @@ var style = new ol.style.Style({ symbolizers: [ new ol.style.Icon({ url: 'data/icon.png', - yOffset: -32 + yOffset: -22 }) ] }); diff --git a/src/ol/geom.exports b/src/ol/geom.exports index 389bae1d6e..fded8bcdf9 100644 --- a/src/ol/geom.exports +++ b/src/ol/geom.exports @@ -9,11 +9,21 @@ @exportProperty ol.geom.GeometryType.GEOMETRYCOLLECTION @exportSymbol ol.geom.Geometry -@exportProperty ol.geom.Geometry.prototype.getCoordinates @exportSymbol ol.geom.Point +@exportProperty ol.geom.Point.prototype.getCoordinates + @exportSymbol ol.geom.LineString +@exportProperty ol.geom.LineString.prototype.getCoordinates + @exportSymbol ol.geom.Polygon +@exportProperty ol.geom.Polygon.prototype.getCoordinates + @exportSymbol ol.geom.MultiPoint +@exportProperty ol.geom.MultiPoint.prototype.getCoordinates + @exportSymbol ol.geom.MultiLineString +@exportProperty ol.geom.MultiLineString.prototype.getCoordinates + @exportSymbol ol.geom.MultiPolygon +@exportProperty ol.geom.MultiPolygon.prototype.getCoordinates