Merge pull request #2617 from bartvde/kml-earthquakes

kml earthquakes example is broken
This commit is contained in:
Bart van den Eijnden
2014-08-25 17:17:03 +02:00

View File

@@ -39,6 +39,7 @@ var styleFunction = function(feature, resolution) {
var vector = new ol.layer.Vector({
source: new ol.source.KML({
extractStyles: false,
projection: 'EPSG:3857',
url: 'data/kml/2012_Earthquakes_Mag5.kml'
}),