From 2dbffff0e001c9bed5c9c30e22765ee94105248d Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 4 Sep 2016 19:40:41 +0200 Subject: Update to the current locations of scripts --- index.html | 2 +- kostely.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 964ef0f..6f62515 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ - diff --git a/kostely.js b/kostely.js index 0a87da9..89a2a10 100644 --- a/kostely.js +++ b/kostely.js @@ -1,5 +1,6 @@ var vectorLayer = new ol.layer.Vector({ title: "Románské kostely", + projection: "EPSG:3857", source: new ol.source.Vector({ format: new ol.format.GeoJSON() }), -- cgit