Merge pull request #931 from tschaub/example-data

Move png to data to work with host-examples task.
This commit is contained in:
Tim Schaub
2013-08-28 07:46:13 -07:00
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

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
})
]