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