Merge pull request #2617 from bartvde/kml-earthquakes
kml earthquakes example is broken
This commit is contained in:
@@ -39,6 +39,7 @@ var styleFunction = function(feature, resolution) {
|
|||||||
|
|
||||||
var vector = new ol.layer.Vector({
|
var vector = new ol.layer.Vector({
|
||||||
source: new ol.source.KML({
|
source: new ol.source.KML({
|
||||||
|
extractStyles: false,
|
||||||
projection: 'EPSG:3857',
|
projection: 'EPSG:3857',
|
||||||
url: 'data/kml/2012_Earthquakes_Mag5.kml'
|
url: 'data/kml/2012_Earthquakes_Mag5.kml'
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user