From eb01c72b557eb25097a095268fbb8ad25006a5f0 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Thu, 6 Feb 2014 16:48:52 +0100 Subject: [PATCH] Add projection to igc example --- examples/igc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/igc.js b/examples/igc.js index e8a2b049dd..c400ff67c3 100644 --- a/examples/igc.js +++ b/examples/igc.js @@ -38,6 +38,7 @@ var styleFunction = function(feature, resolution) { }; var vectorSource = new ol.source.IGC({ + projection: 'EPSG:3857', urls: [ 'data/igc/Clement-Latour.igc', 'data/igc/Damien-de-Baenst.igc',