summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO.otl2
-rw-r--r--kostely.js8
2 files changed, 6 insertions, 4 deletions
diff --git a/TODO.otl b/TODO.otl
new file mode 100644
index 0000000..375acb7
--- /dev/null
+++ b/TODO.otl
@@ -0,0 +1,2 @@
+[_] 30% Toleranční kostely
+ Nemá to být nakonec spíše https://cs.wikipedia.org/wiki/N%C3%A1pov%C4%9Bda:Mapframe v https://cs.wikipedia.org/wiki/Seznam_toleran%C4%8Dn%C3%ADch_kostel%C5%AF_v_%C4%8Cesku ?
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',