Merge pull request #931 from tschaub/example-data
Move png to data to work with host-examples task.
This commit is contained in:
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
+1
-1
@@ -36,7 +36,7 @@ var data = {
|
|||||||
var style = new ol.style.Style({
|
var style = new ol.style.Style({
|
||||||
symbolizers: [
|
symbolizers: [
|
||||||
new ol.style.Icon({
|
new ol.style.Icon({
|
||||||
url: 'icon.png',
|
url: 'data/icon.png',
|
||||||
yOffset: -32
|
yOffset: -32
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user