diff --git a/examples/icon.js b/examples/icon.js index bdb89645e5..222ae07790 100644 --- a/examples/icon.js +++ b/examples/icon.js @@ -23,6 +23,7 @@ var iconStyle = new ol.style.Style({ anchor: [0.5, 46], anchorXUnits: 'fraction', anchorYUnits: 'pixels', + opacity: 0.75, src: 'data/icon.png' })) });