From 8107a0582a890c389e2a401530d35fedda8b5048 Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Mon, 25 Aug 2014 16:51:21 +0200 Subject: [PATCH] Use extractStyles false in KML earthquakes example --- examples/kml-earthquakes.js | 1 + 1 file changed, 1 insertion(+) 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' }),