Move png to data to work with host-examples task

This commit is contained in:
Tim Schaub
2013-08-27 16:36:13 -06:00
parent 01ab16d7d6
commit ab2c4387b8
2 changed files with 1 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ var data = {
var style = new ol.style.Style({
symbolizers: [
new ol.style.Icon({
url: 'icon.png',
url: 'data/icon.png',
yOffset: -32
})
]