Remove extra options from icon example

This commit is contained in:
Tim Schaub
2016-01-10 17:02:02 -07:00
parent d05b519f2f
commit 5001272a2e

View File

@@ -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'
}))
});