diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2018-03-05 11:18:33 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2018-03-05 11:21:06 +0100 |
commit | 18f87231f8eb35391726b8169e3dd95c75d3cc3a (patch) | |
tree | 6f1786a639fd665bed666ad57fe4b6c76944a5ab | |
parent | a1e38d9111819c28d14d4c598732ca6f89c5c7b2 (diff) | |
download | tolerancni-18f87231f8eb35391726b8169e3dd95c75d3cc3a.tar.gz |
Some cleanup
-rw-r--r-- | TODO.otl | 2 | ||||
-rw-r--r-- | kostely.js | 8 |
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 ? @@ -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', |