From 5001272a2e6808cb81b5386cb8c94d60f47c10a8 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 10 Jan 2016 17:02:02 -0700 Subject: [PATCH] Remove extra options from icon example --- examples/icon.js | 2 -- 1 file changed, 2 deletions(-) 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' })) });