Move png to data to work with host-examples task
This commit is contained in:
@@ -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
|
||||
})
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user