diff --git a/examples/kml-earthquakes.js b/examples/kml-earthquakes.js index db86d9b501..793ebf4688 100644 --- a/examples/kml-earthquakes.js +++ b/examples/kml-earthquakes.js @@ -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' }),