summaryrefslogtreecommitdiffstats
path: root/kostely.js
diff options
context:
space:
mode:
Diffstat (limited to 'kostely.js')
-rw-r--r--kostely.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/kostely.js b/kostely.js
index 49ceadf..5af10ec 100644
--- a/kostely.js
+++ b/kostely.js
@@ -1,5 +1,5 @@
var vectorLayer = new ol.layer.Vector({
- title: "Románské kostely",
+ title: "Tolerační kostely",
projection: "EPSG:3857",
source: new ol.source.Vector({
format: new ol.format.GeoJSON()
@@ -39,9 +39,9 @@ var map = new ol.Map({
title: "OSM Map",
source: new ol.source.OSM()
}),
-
+
// to be filled in later
- vectorLayer
+ vectorLayer
],
view: new ol.View({
//Village Čihošť is the geographical center of Czechia
@@ -129,7 +129,7 @@ map.controls.extend([
]);
var element = document.getElementById('popup');
-
+
var popup = new ol.Overlay({
element: element,
positioning: 'bottom-center',