summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-09-05 00:14:13 +0200
committerMatěj Cepl <mcepl@cepl.eu>2016-09-05 00:15:19 +0200
commite9458948a0d26ac303a93f7aeacd20060266ace6 (patch)
tree3924296433850d3eb457621f462b3e6b239e7f8c
parent244bf865c8483897114ea2a01971c27e939e0c25 (diff)
downloadkostely-e9458948a0d26ac303a93f7aeacd20060266ace6.tar.gz
Add data, fix popup, add question mark icon.
-rw-r--r--Ol_question_green.pngbin0 -> 2462 bytes
-rw-r--r--index.html13
-rw-r--r--kostely.geojson2028
-rw-r--r--kostely.js40
-rw-r--r--kostely.tsv183
5 files changed, 2171 insertions, 93 deletions
diff --git a/Ol_question_green.png b/Ol_question_green.png
new file mode 100644
index 0000000..1e21177
--- /dev/null
+++ b/Ol_question_green.png
Binary files differ
diff --git a/index.html b/index.html
index ff60d4d..8853b99 100644
--- a/index.html
+++ b/index.html
@@ -12,13 +12,18 @@
<script src="https://npmcdn.com/csv2geojson@latest/csv2geojson.js"
type="text/javascript">
</script>
+ <script src="https://code.jquery.com/jquery-2.2.3.min.js"
+ type="text/javascript">
+ </script>
+ <link rel="stylesheet"
+ href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+ type="text/javascript">
+ </script>
</head>
<body>
<div id="map">
- <div id="popup" class="ol-popup">
- <a href="#" id="popup-closer" class="ol-popup-closer" name="popup-closer"></a>
- <div id="popup-content"></div>
- </div>
+ <div id="popup" class="ol-popup"></div>
</div>
<script src="kostely.js" type="text/javascript">
</script>
diff --git a/kostely.geojson b/kostely.geojson
new file mode 100644
index 0000000..83ae4c4
--- /dev/null
+++ b/kostely.geojson
@@ -0,0 +1,2028 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Albrechtice",
+ "description": "Kostel sv. Petra a Pavla",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 13.566661,
+ 49.19906
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Bedřichův Světec",
+ "description": "Kostel sv. Jakuba Většího",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 13.751944,
+ 50.452778
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Blučina",
+ "description": "Kostel Nanebevzetí Panny Marie",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.643907,
+ 49.054384
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Bořitov",
+ "description": "Kostel sv. Jiří",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.588889,
+ 49.428889
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Branišovice",
+ "description": "Kostel sv. Vavřince",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.431503,
+ 48.962414
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Brníčko",
+ "description": "Kostel Narození Panny Marie",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.968083,
+ 49.8945
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Budeč",
+ "description": "Rotunda sv. Petra a Pavla",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.244167,
+ 50.191111
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Bukovec, okres Domažlice",
+ "description": "Kostel Nanebevzetí Panny Marie",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 12.995,
+ 49.586667
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Čáslav",
+ "description": "Kostel sv. Petra a Pavla",
+ "icon": "question",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.389517,
+ 49.911017
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Častohostice",
+ "description": "Rotunda sv. Barbory",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.819722,
+ 49.017778
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Čelákovice",
+ "description": "Kostel Nanebevzetí Panny Marie",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.75279,
+ 50.1662661
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Černvír",
+ "description": "Kostel Nanebevzetí Panny Marie",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.346415,
+ 49.446877
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Červená Lhota",
+ "description": "Kostel sv. Vavřince",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.805833,
+ 49.285
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Červená, okres Písek",
+ "description": "Kostel sv. Bartoloměje",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.2404689,
+ 49.4011681
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Česká Třebová",
+ "description": "Rotunda sv. Kateřiny",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.450511,
+ 49.904433
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Chelčice",
+ "description": "Kostel sv. Martina",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.169131,
+ 49.121867
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Chřenovice",
+ "description": "Kostel sv. Václava",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.216389,
+ 49.714444
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Chvojen",
+ "description": "Kostel sv. Jakuba",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.632004,
+ 49.770909
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Cítov",
+ "description": "Kostel sv. Linharta",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.4,
+ 50.371389
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Dobrš",
+ "description": "Kostel Zvěstování Panny Marie",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 13.754167,
+ 49.156389
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Dobřichov",
+ "description": "Kostel Nejsvětější Trojice",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.032436,
+ 50.079691
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Doksany",
+ "description": "Kostel Narození Panny Marie",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.159167,
+ 50.455278
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Dolní Újezd",
+ "description": "Kostel sv. Martina",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.254722,
+ 49.825833
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Drásov",
+ "description": "Kostel Povýšení sv. Kříže",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.477491,
+ 49.332242
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Holubice",
+ "description": "Rotunda Narození Panny Marie",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.289722,
+ 50.199722
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Hrádek",
+ "description": "Rotunda sv. Oldřicha",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.273889,
+ 48.771944
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Hradešín",
+ "description": "Rotunda sv. Jiří",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.755556,
+ 50.040833
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Hrusice",
+ "description": "Kostel sv. Václava",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.738056,
+ 49.91
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Jakub (Církvice)",
+ "description": "Kostel sv. Jakuba Staršího",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.336708,
+ 49.945875
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Jakubov u Moravských Budějovic???",
+ "description": "Kostel sv. Jakuba Většího",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.754167,
+ 49.085833
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Jemnice",
+ "description": "Kostel sv. Jakuba",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.591667,
+ 49.018611
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Karlík",
+ "description": "Rotunda sv. Martina",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.261667,
+ 49.936111
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Kondrac",
+ "description": "Kostel sv. Bartoloměje",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.893889,
+ 49.666944
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Kopčany, Slovensko",
+ "description": "Kostel sv. Markéty Antiochijské",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 17.108744,
+ 48.796218
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Kostelec u Křížků",
+ "description": "Rotunda sv. Martina",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.558611,
+ 49.907778
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Kostomlaty pod Řípem",
+ "description": "Kostel sv. Petra a Pavla",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.343333,
+ 50.38
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Kouřim",
+ "description": "Kostel sv. Štěpána",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.978333,
+ 50.002222
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Kvášňovice",
+ "description": "Kostel sv. Bartoloměje",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 13.641944,
+ 49.411667
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Lelekovice",
+ "description": "Kostel sv. Filipa a Jakuba",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.580698,
+ 49.291426
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Levý Hradec",
+ "description": "Kostel sv. Klementa",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.374444,
+ 50.169167
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Libouň",
+ "description": "Rotunda sv. Václava",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.820833,
+ 49.633889
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Lochy",
+ "description": "Kostel sv. Bonifáce",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.3549,
+ 49.92596
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Loštice",
+ "description": "Kostel sv. Prokopa",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.930833,
+ 49.746056
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Louka u Znojma",
+ "description": "Kostel Nanebevzetí Panny Marie a sv. Václava",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.058056,
+ 48.841389
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Lukovany",
+ "description": "Kostel sv. Václava",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.299218,
+ 49.162058
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Malejovice",
+ "description": "Kostel sv. Jiří",
+ "icon": "question",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.02091,
+ 49.50506
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Malín",
+ "description": "Kostel apoštolů Jana a Pavla",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.3027522,
+ 49.9671464
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Malín",
+ "description": "Kostel sv. Štěpána",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.3050142,
+ 49.966897
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Makov",
+ "description": "Kostel sv. Víta",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.188889,
+ 49.856111
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Mikulovice, okres Znojmo",
+ "description": "Kostel svatých Petra a Pavla",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.099167,
+ 48.960833
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Milevsko",
+ "description": "Kostel Navštívení Panny Marie",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.368056,
+ 49.456667
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Mohelnice",
+ "description": "Kostel sv. Tomáše z Canterbury",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.918972,
+ 49.7775
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Mohelnice nad Jizerou",
+ "description": "Kostel Nanebevzetí Panny Marie",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.977017,
+ 50.559342
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Moravské Budějovice",
+ "description": "Rotunda sv. Michala",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.808889,
+ 49.052222
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Mouřenec u Annína",
+ "description": "Kostel sv. Mořice",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 13.508056,
+ 49.168333
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Mušov",
+ "description": "Kostel sv. Linharta",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.60003,
+ 48.895946
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Nebovidy",
+ "description": "Kostel sv. Kříže",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.554417,
+ 49.142082
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Olbramovice",
+ "description": "Kostel Všech svatých ",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.633056,
+ 49.67
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Omice",
+ "description": "Kostel sv. Jakuba Staršího",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.450199,
+ 49.168286
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Oslavany",
+ "description": "Kostel Matky Boží",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.334834,
+ 49.126698
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Pařížov",
+ "description": "Kostel sv. Maří Magdaleny",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.566944,
+ 49.834444
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Plasy",
+ "description": "Kostel Nanebevzetí Panny Marie",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 13.390833,
+ 49.934444
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Plaveč",
+ "description": "Rotunda Nanebevzetí Panny Marie",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.077222,
+ 48.928889
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Poříčí nad Sázavou",
+ "description": "Kostel sv. Havla",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.671389,
+ 49.837778
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Potvorov",
+ "description": "Kostel sv. Mikuláše",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 13.401667,
+ 50.016944
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Praha - Dolní Chabry",
+ "description": "Kostel Stětí sv. Jana Křtitele",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.443333,
+ 50.149444
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Praha - Hrad",
+ "description": "Bazilika sv. Jiří",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.4025,
+ 50.09125
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Praha - Kyje",
+ "description": "Kostel sv. Bartoloměje",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.548056,
+ 50.097778
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Praha - Malá Strana",
+ "description": "Kostel sv. Jana Křtitele Na prádle",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.406389,
+ 50.081944
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Praha - Nové město",
+ "description": "Kostel sv. Petra na Poříčí",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.434444,
+ 50.091261
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Praha – Břevnov",
+ "description": "Kostel sv. Markéty",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.356861,
+ 50.084806
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Praha – Hostivař",
+ "description": "Kostel Stětí sv. Jana Křtitele",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.5244694,
+ 50.0490556
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Praha – Nové město",
+ "description": "Rotunda sv. Longina",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.42486,
+ 50.076406
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Praha – Přední Kopanina",
+ "description": "Kostel sv. Máří Magdaleny",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.296389,
+ 50.117222
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Praha – Prosek",
+ "description": "Kostel sv. Václava",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.4947472,
+ 50.1181361
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Praha – Řepy",
+ "description": "Kostel sv. Martina",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.300278,
+ 50.071389
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Praha – Staré město",
+ "description": "Rotunda sv. Kříže Menšího",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.414722,
+ 50.082778
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Praha – Strahov",
+ "description": "Bazilika Nanebevzetí Panny Marie",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.3892,
+ 50.0864
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Praha – Vyšehrad",
+ "description": "Rotunda sv. Martina",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.4213,
+ 50.0636
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Pravonín",
+ "description": "Rotunda sv. Jana Křtitele",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.926667,
+ 49.6325
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Předklášteří",
+ "description": "Kostel Nanebevzetí Panny Marie",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.400679,
+ 49.353231
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Přibyslavice",
+ "description": "Kostel sv. Anny",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.778611,
+ 49.261389
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Radomyšl",
+ "description": "Kostel sv. Martina",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 13.93,
+ 49.316111
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Řeznovice",
+ "description": "Kostel sv. Petra a Pavla",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.316751,
+ 49.084619
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Říp",
+ "description": "Rotunda sv. Jiří",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.289722,
+ 50.386111
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Ronov nad Doubravou",
+ "description": "Kostel sv. Kříže",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.538056,
+ 49.875833
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Rosice",
+ "description": "Kostel sv. Martina",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.387444,
+ 49.181222
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Šebkovice",
+ "description": "Kostel sv. Maří Magdaleny",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.813333,
+ 49.124167
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Stará Boleslav",
+ "description": "Bazilika sv. Václava",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.672472,
+ 50.194736
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Stará Boleslav",
+ "description": "Kostel sv. Klementa",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.672778,
+ 50.194583
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Staré Město",
+ "description": "Kostel sv. Michaela archanděla",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 17.450833,
+ 49.074722
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Starý Plzenec",
+ "description": "Rotunda sv. Petra a Pavla",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 13.475,
+ 49.703333
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Štěpkov",
+ "description": "Rotunda sv. Václava",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.646111,
+ 49.082778
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Solopysky",
+ "description": "Kostel sv. Bartoloměje",
+ "icon": "question",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.125,
+ 49.9375
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Stonařov",
+ "description": "Hřbitovní kaple sv. Trojice",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.589444,
+ 49.279444
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Střítež, okres Třebíč",
+ "description": "Kostel sv. Marka",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.903333,
+ 49.1875
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Telč",
+ "description": "Kostel sv. Ducha",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.454682,
+ 49.18301
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Tismice",
+ "description": "Kostel Nanebevzetí Panny Marie",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.821861,
+ 50.055833
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Tožice",
+ "description": "Kostel sv. Martina",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.6425,
+ 49.699722
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Třebešice",
+ "description": "Kostel Všech svatých",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.831389,
+ 49.773889
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Třebíč",
+ "description": "Bazilika sv. Prokopa",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.873889,
+ 49.216944
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Týnec nad Sázavou",
+ "description": "Rotunda sv. Václava",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.589722,
+ 49.834167
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Uhlířské Janovice",
+ "description": "Kostel sv. Jiljí",
+ "icon": "question",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.03584,
+ 49.52505
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Údlice",
+ "description": "Kostel Povýšení sv. Kříže",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 13.462222,
+ 50.445556
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Újezd u Černé hory",
+ "description": "Kostel Všech svatých",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.542222,
+ 49.368889
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Újezdec",
+ "description": "Kostel sv. Voršily",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 13.835278,
+ 49.498333
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Vinec",
+ "description": "Kostel sv. Mikuláše",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.8575,
+ 50.403889
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Volenice",
+ "description": "Kostel sv. Petra a Pavla",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 13.739722,
+ 49.249167
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Vroutek",
+ "description": "Kostel sv. Jakuba Většího",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 13.379722,
+ 50.179167
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Vysoká",
+ "description": "Kostel Navštívení Panny Marie",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.178611,
+ 49.943056
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Vyšehorky",
+ "description": "Kostel Všech svatých",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.875583,
+ 49.768639
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Vyšehořovice",
+ "description": "Zřícenina kostela sv. Martina",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 14.768056,
+ 50.116389
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Zbraslavice",
+ "description": "Kostel sv. Vavřince",
+ "icon": "question",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.182629,
+ 49.812063
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Žabonosy",
+ "description": "Kostel sv. Václava",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.028056,
+ 50.037222
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Záboří nad Labem",
+ "description": "Kostel sv. Prokopa",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 15.35,
+ 50.025278
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Zborovy",
+ "description": "Rotunda sv. Jana Křtitele",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 13.51569,
+ 49.38119
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Žďárná",
+ "description": "Kostel sv. Bartoloměje",
+ "icon": "other",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.770278,
+ 49.4675
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Želkovice",
+ "description": "Rotunda sv. Petra a Pavla",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 13.876389,
+ 50.463611
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "title": "Znojmo",
+ "description": "Rotunda sv. Kateřiny",
+ "icon": "rotunda",
+ "iconSize": "6.6",
+ "iconOffset": "0,-12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 16.043611,
+ 48.855556
+ ]
+ }
+ }
+ ]
+}
diff --git a/kostely.js b/kostely.js
index 89a2a10..d5e6397 100644
--- a/kostely.js
+++ b/kostely.js
@@ -12,13 +12,19 @@ var vectorLayer = new ol.layer.Vector({
if (icon == 'rotunda') {
img_src = "Ol_icon_blue.png";
}
+ else if (icon == 'question') {
+ img_src = "Ol_question_green.png";
+ }
var offset = feat.get('iconOffset');
return [new ol.style.Style({
image: new ol.style.Icon({
src: img_src
}),
text: new ol.style.Text({
- text: feat.get('title')
+ font: 'bolder 10px serif',
+ text: feat.get('title'),
+ offsetY: 12,
+ textBaseLine: "bottom"
})
})];
}
@@ -51,7 +57,6 @@ httpRequest.onreadystatechange = function(data) {
return;
}
else {
- console.log('Got httpRequest response!');
csv2geojson.csv2geojson(httpRequest.responseText, {
latfield: 'lat',
lonfield: 'lon',
@@ -80,3 +85,34 @@ map.controls.extend([
map.controls.extend([
new ol.control.MousePosition()
]);
+
+var element = document.getElementById('popup');
+
+var popup = new ol.Overlay({
+ element: element,
+ positioning: 'bottom-center',
+ stopEvent: false,
+ offset: [0, -10]
+});
+map.addOverlay(popup);
+
+// display popup on click
+map.on('click', function(evt) {
+var feature = map.forEachFeatureAtPixel(evt.pixel,
+ function(feature) {
+ return feature;
+ });
+
+if (feature) {
+ var coordinates = feature.getGeometry().getCoordinates();
+ popup.setPosition(coordinates);
+ $(element).popover({
+ 'placement': 'top',
+ 'html': true,
+ 'content': feature.get('description')
+ });
+ $(element).popover('show');
+} else {
+ $(element).popover('destroy');
+}
+});
diff --git a/kostely.tsv b/kostely.tsv
index c99d882..8d903d0 100644
--- a/kostely.tsv
+++ b/kostely.tsv
@@ -1,111 +1,120 @@
"lat" "lon" "title" "description" "icon" "iconSize" "iconOffset"
-"49.19906" "13.566661" "Albrechtice" "Kostel svatého Petra a Pavla" "other" "6.6" "0,-12"
-"50.452778" "13.751944" "Bedřichův Světec" "Kostel svatého Jakuba Většího" "other" "6.6" "0,-12"
+"49.19906" "13.566661" "Albrechtice" "Kostel sv. Petra a Pavla" "other" "6.6" "0,-12"
+"50.452778" "13.751944" "Bedřichův Světec" "Kostel sv. Jakuba Většího" "other" "6.6" "0,-12"
"49.054384" "16.643907" "Blučina" "Kostel Nanebevzetí Panny Marie" "other" "6.6" "0,-12"
-"49.428889" "16.588889" "Bořitov" "Kostel svatého Jiří" "other" "6.6" "0,-12"
-"48.962414" "16.431503" "Branišovice" "Kostel svatého Vavřince" "other" "6.6" "0,-12"
+"49.428889" "16.588889" "Bořitov" "Kostel sv. Jiří" "other" "6.6" "0,-12"
+"48.962414" "16.431503" "Branišovice" "Kostel sv. Vavřince" "other" "6.6" "0,-12"
"49.8945" "16.968083" "Brníčko" "Kostel Narození Panny Marie" "other" "6.6" "0,-12"
-"50.191111" "14.244167" "Budeč" "Rotunda svatých Petra a Pavla" "rotunda" "6.6" "0,-12"
+"50.191111" "14.244167" "Budeč" "Rotunda sv. Petra a Pavla" "rotunda" "6.6" "0,-12"
"49.586667" "12.995" "Bukovec, okres Domažlice" "Kostel Nanebevzetí Panny Marie" "other" "6.6" "0,-12"
-"49.017778" "15.819722" "Častohostice" "Rotunda svaté Barbory" "rotunda" "6.6" "0,-12"
+"49.911017" "15.389517" "Čáslav" "Kostel sv. Petra a Pavla" "question" "6.6" "0,-12"
+"49.017778" "15.819722" "Častohostice" "Rotunda sv. Barbory" "rotunda" "6.6" "0,-12"
"50.1662661" "14.75279" "Čelákovice" "Kostel Nanebevzetí Panny Marie" "other" "6.6" "0,-12"
"49.446877" "16.346415" "Černvír" "Kostel Nanebevzetí Panny Marie" "other" "6.6" "0,-12"
-"49.285" "15.805833" "Červená Lhota" "Kostel svatého Vavřince" "other" "6.6" "0,-12"
-"49.4011681" "14.2404689" "Červená, okres Písek" "Kostel svatého Bartoloměje" "other" "6.6" "0,-12"
-"49.904433" "16.450511" "Česká Třebová" "Rotunda svaté Kateřiny" "rotunda" "6.6" "0,-12"
-"49.121867" "14.169131" "Chelčice" "Kostel svatého Martina" "other" "6.6" "0,-12"
-"49.714444" "15.216389" "Chřenovice" "Kostel svatého Václava" "other" "6.6" "0,-12"
-"49.770909" "14.632004" "Chvojen" "Kostel svatého Jakuba" "other" "6.6" "0,-12"
-"50.371389" "14.4" "Cítov" "Kostel svatého Linharta" "other" "6.6" "0,-12"
+"49.285" "15.805833" "Červená Lhota" "Kostel sv. Vavřince" "other" "6.6" "0,-12"
+"49.4011681" "14.2404689" "Červená, okres Písek" "Kostel sv. Bartoloměje" "other" "6.6" "0,-12"
+"49.904433" "16.450511" "Česká Třebová" "Rotunda sv. Kateřiny" "rotunda" "6.6" "0,-12"
+"49.121867" "14.169131" "Chelčice" "Kostel sv. Martina" "other" "6.6" "0,-12"
+"49.714444" "15.216389" "Chřenovice" "Kostel sv. Václava" "other" "6.6" "0,-12"
+"49.770909" "14.632004" "Chvojen" "Kostel sv. Jakuba" "other" "6.6" "0,-12"
+"50.371389" "14.4" "Cítov" "Kostel sv. Linharta" "other" "6.6" "0,-12"
"49.156389" "13.754167" "Dobrš" "Kostel Zvěstování Panny Marie" "other" "6.6" "0,-12"
"50.079691" "15.032436" "Dobřichov" "Kostel Nejsvětější Trojice" "other" "6.6" "0,-12"
"50.455278" "14.159167" "Doksany" "Kostel Narození Panny Marie" "other" "6.6" "0,-12"
-"49.825833" "16.254722" "Dolní Újezd" "Kostel svatého Martina" "other" "6.6" "0,-12"
-"49.332242" "16.477491" "Drásov" "Kostel Povýšení svatého Kříže" "other" "6.6" "0,-12"
+"49.825833" "16.254722" "Dolní Újezd" "Kostel sv. Martina" "other" "6.6" "0,-12"
+"49.332242" "16.477491" "Drásov" "Kostel Povýšení sv. Kříže" "other" "6.6" "0,-12"
"50.199722" "14.289722" "Holubice" "Rotunda Narození Panny Marie" "rotunda" "6.6" "0,-12"
-"48.771944" "16.273889" "Hrádek" "Rotunda svatého Oldřicha" "rotunda" "6.6" "0,-12"
-"50.040833" "14.755556" "Hradešín" "Rotunda svatého Jiří" "rotunda" "6.6" "0,-12"
-"49.91" "14.738056" "Hrusice" "Kostel svatého Václava" "other" "6.6" "0,-12"
-"49.085833" "15.754167" "Jakubov u Moravských Budějovic???" "Kostel svatého Jakuba Většího" "other" "6.6" "0,-12"
-"49.018611" "15.591667" "Jemnice" "Kostel svatého Jakuba" "other" "6.6" "0,-12"
-"49.936111" "14.261667" "Karlík" "Rotunda svatého Martina" "rotunda" "6.6" "0,-12"
-"49.666944" "14.893889" "Kondrac" "Kostel svatého Bartoloměje" "other" "6.6" "0,-12"
-"48.796218" "17.108744" "Kopčany, Slovensko" "Kostel svaté Markéty Antiochijské" "rotunda" "6.6" "0,-12"
-"49.907778" "14.558611" "Kostelec u Křížků" "Rotunda svatého Martina" "rotunda" "6.6" "0,-12"
-"50.38" "14.343333" "Kostomlaty pod Řípem" "Kostel svatého Petra a Pavla" "other" "6.6" "0,-12"
-"50.002222" "14.978333" "Kouřim" "Kostel svatého Štěpána" "other" "6.6" "0,-12"
-"49.411667" "13.641944" "Kvášňovice" "Kostel svatého Bartoloměje" "other" "6.6" "0,-12"
-"49.291426" "16.580698" "Lelekovice" "Kostel svatého Filipa a Jakuba" "other" "6.6" "0,-12"
-"50.169167" "14.374444" "Levý Hradec" "Kostel svatého Klementa" "other" "6.6" "0,-12"
-"49.633889" "14.820833" "Libouň" "Rotunda svatého Václava" "rotunda" "6.6" "0,-12"
-"49.746056" "16.930833" "Loštice" "Kostel svatého Prokopa" "other" "6.6" "0,-12"
-"48.841389" "16.058056" "Louka u Znojma" "Kostel Nanebevzetí Panny Marie a svatého Václava" "other" "6.6" "0,-12"
-"49.162058" "16.299218" "Lukovany" "Kostel svatého Václava" "other" "6.6" "0,-12"
-"49.856111" "16.188889" "Makov" "Kostel svatého Víta" "other" "6.6" "0,-12"
+"48.771944" "16.273889" "Hrádek" "Rotunda sv. Oldřicha" "rotunda" "6.6" "0,-12"
+"50.040833" "14.755556" "Hradešín" "Rotunda sv. Jiří" "rotunda" "6.6" "0,-12"
+"49.91" "14.738056" "Hrusice" "Kostel sv. Václava" "other" "6.6" "0,-12"
+"49.945875" "15.336708" "Jakub (Církvice)" "Kostel sv. Jakuba Staršího" "other" "6.6" "0,-12"
+"49.085833" "15.754167" "Jakubov u Moravských Budějovic???" "Kostel sv. Jakuba Většího" "other" "6.6" "0,-12"
+"49.018611" "15.591667" "Jemnice" "Kostel sv. Jakuba" "other" "6.6" "0,-12"
+"49.936111" "14.261667" "Karlík" "Rotunda sv. Martina" "rotunda" "6.6" "0,-12"
+"49.666944" "14.893889" "Kondrac" "Kostel sv. Bartoloměje" "other" "6.6" "0,-12"
+"48.796218" "17.108744" "Kopčany, Slovensko" "Kostel sv. Markéty Antiochijské" "rotunda" "6.6" "0,-12"
+"49.907778" "14.558611" "Kostelec u Křížků" "Rotunda sv. Martina" "rotunda" "6.6" "0,-12"
+"50.38" "14.343333" "Kostomlaty pod Řípem" "Kostel sv. Petra a Pavla" "other" "6.6" "0,-12"
+"50.002222" "14.978333" "Kouřim" "Kostel sv. Štěpána" "other" "6.6" "0,-12"
+"49.411667" "13.641944" "Kvášňovice" "Kostel sv. Bartoloměje" "other" "6.6" "0,-12"
+"49.291426" "16.580698" "Lelekovice" "Kostel sv. Filipa a Jakuba" "other" "6.6" "0,-12"
+"50.169167" "14.374444" "Levý Hradec" "Kostel sv. Klementa" "other" "6.6" "0,-12"
+"49.633889" "14.820833" "Libouň" "Rotunda sv. Václava" "rotunda" "6.6" "0,-12"
+"49.92596" "15.3549" "Lochy" "Kostel sv. Bonifáce" "other" "6.6" "0,-12"
+"49.746056" "16.930833" "Loštice" "Kostel sv. Prokopa" "other" "6.6" "0,-12"
+"48.841389" "16.058056" "Louka u Znojma" "Kostel Nanebevzetí Panny Marie a sv. Václava" "other" "6.6" "0,-12"
+"49.162058" "16.299218" "Lukovany" "Kostel sv. Václava" "other" "6.6" "0,-12"
+"49.50506" "15.02091" "Malejovice" "Kostel sv. Jiří" "question" "6.6" "0,-12"
+"49.9671464" "15.3027522" "Malín" "Kostel apoštolů Jana a Pavla" "other" "6.6" "0,-12"
+"49.966897" "15.3050142" "Malín" "Kostel sv. Štěpána" "other" "6.6" "0,-12"
+"49.856111" "16.188889" "Makov" "Kostel sv. Víta" "other" "6.6" "0,-12"
"48.960833" "16.099167" "Mikulovice, okres Znojmo" "Kostel svatých Petra a Pavla" "other" "6.6" "0,-12"
"49.456667" "14.368056" "Milevsko" "Kostel Navštívení Panny Marie" "other" "6.6" "0,-12"
-"49.7775" "16.918972" "Mohelnice" "Kostel svatého Tomáše z Canterbury" "other" "6.6" "0,-12"
+"49.7775" "16.918972" "Mohelnice" "Kostel sv. Tomáše z Canterbury" "other" "6.6" "0,-12"
"50.559342" "14.977017" "Mohelnice nad Jizerou" "Kostel Nanebevzetí Panny Marie" "other" "6.6" "0,-12"
-"49.052222" "15.808889" "Moravské Budějovice" "Rotunda svatého Michala" "rotunda" "6.6" "0,-12"
-"49.168333" "13.508056" "Mouřenec u Annína" "Kostel svatého Mořice" "other" "6.6" "0,-12"
-"48.895946" "16.60003" "Mušov" "Kostel svatého Linharta" "other" "6.6" "0,-12"
-"49.142082" "16.554417" "Nebovidy" "Kostel svatého Kříže" "other" "6.6" "0,-12"
+"49.052222" "15.808889" "Moravské Budějovice" "Rotunda sv. Michala" "rotunda" "6.6" "0,-12"
+"49.168333" "13.508056" "Mouřenec u Annína" "Kostel sv. Mořice" "other" "6.6" "0,-12"
+"48.895946" "16.60003" "Mušov" "Kostel sv. Linharta" "other" "6.6" "0,-12"
+"49.142082" "16.554417" "Nebovidy" "Kostel sv. Kříže" "other" "6.6" "0,-12"
"49.67" "14.633056" "Olbramovice" "Kostel Všech svatých " "other" "6.6" "0,-12"
-"49.168286" "16.450199" "Omice" "Kostel svatého Jakuba Staršího" "other" "6.6" "0,-12"
+"49.168286" "16.450199" "Omice" "Kostel sv. Jakuba Staršího" "other" "6.6" "0,-12"
"49.126698" "16.334834" "Oslavany" "Kostel Matky Boží" "other" "6.6" "0,-12"
-"49.834444" "15.566944" "Pařížov" "Kostel svaté Maří Magdaleny" "other" "6.6" "0,-12"
+"49.834444" "15.566944" "Pařížov" "Kostel sv. Maří Magdaleny" "other" "6.6" "0,-12"
"49.934444" "13.390833" "Plasy" "Kostel Nanebevzetí Panny Marie" "other" "6.6" "0,-12"
"48.928889" "16.077222" "Plaveč" "Rotunda Nanebevzetí Panny Marie" "rotunda" "6.6" "0,-12"
-"49.837778" "14.671389" "Poříčí nad Sázavou" "Kostel svatého Havla" "other" "6.6" "0,-12"
-"50.016944" "13.401667" "Potvorov" "Kostel svatého Mikuláše" "other" "6.6" "0,-12"
-"50.149444" "14.443333" "Praha - Dolní Chabry" "Kostel Stětí svatého Jana Křtitele" "other" "6.6" "0,-12"
-"50.09125" "14.4025" "Praha - Hrad" "Bazilika svatého Jiří" "other" "6.6" "0,-12"
-"50.097778" "14.548056" "Praha - Kyje" "Kostel svatého Bartoloměje" "other" "6.6" "0,-12"
-"50.081944" "14.406389" "Praha - Malá Strana" "Kostel svatého Jana Křtitele Na prádle" "other" "6.6" "0,-12"
-"50.091261" "14.434444" "Praha - Nové město" "Kostel svatého Petra na Poříčí" "other" "6.6" "0,-12"
-"50.084806" "14.356861" "Praha – Břevnov" "Kostel svaté Markéty" "other" "6.6" "0,-12"
-"50.0490556" "14.5244694" "Praha – Hostivař" "Kostel Stětí svatého Jana Křtitele" "other" "6.6" "0,-12"
-"50.076406" "14.42486" "Praha – Nové město" "Rotunda svatého Longina" "rotunda" "6.6" "0,-12"
-"50.117222" "14.296389" "Praha – Přední Kopanina" "Kostel svaté Máří Magdaleny" "rotunda" "6.6" "0,-12"
-"50.1181361" "14.4947472" "Praha – Prosek" "Kostel svatého Václava" "other" "6.6" "0,-12"
-"50.071389" "14.300278" "Praha – Řepy" "Kostel svatého Martina" "other" "6.6" "0,-12"
-"50.082778" "14.414722" "Praha – Staré město" "Rotunda svatého Kříže Menšího" "rotunda" "6.6" "0,-12"
+"49.837778" "14.671389" "Poříčí nad Sázavou" "Kostel sv. Havla" "other" "6.6" "0,-12"
+"50.016944" "13.401667" "Potvorov" "Kostel sv. Mikuláše" "other" "6.6" "0,-12"
+"50.149444" "14.443333" "Praha - Dolní Chabry" "Kostel Stětí sv. Jana Křtitele" "other" "6.6" "0,-12"
+"50.09125" "14.4025" "Praha - Hrad" "Bazilika sv. Jiří" "other" "6.6" "0,-12"
+"50.097778" "14.548056" "Praha - Kyje" "Kostel sv. Bartoloměje" "other" "6.6" "0,-12"
+"50.081944" "14.406389" "Praha - Malá Strana" "Kostel sv. Jana Křtitele Na prádle" "other" "6.6" "0,-12"
+"50.091261" "14.434444" "Praha - Nové město" "Kostel sv. Petra na Poříčí" "other" "6.6" "0,-12"
+"50.084806" "14.356861" "Praha – Břevnov" "Kostel sv. Markéty" "other" "6.6" "0,-12"
+"50.0490556" "14.5244694" "Praha – Hostivař" "Kostel Stětí sv. Jana Křtitele" "other" "6.6" "0,-12"
+"50.076406" "14.42486" "Praha – Nové město" "Rotunda sv. Longina" "rotunda" "6.6" "0,-12"
+"50.117222" "14.296389" "Praha – Přední Kopanina" "Kostel sv. Máří Magdaleny" "rotunda" "6.6" "0,-12"
+"50.1181361" "14.4947472" "Praha – Prosek" "Kostel sv. Václava" "other" "6.6" "0,-12"
+"50.071389" "14.300278" "Praha – Řepy" "Kostel sv. Martina" "other" "6.6" "0,-12"
+"50.082778" "14.414722" "Praha – Staré město" "Rotunda sv. Kříže Menšího" "rotunda" "6.6" "0,-12"
"50.0864" "14.3892" "Praha – Strahov" "Bazilika Nanebevzetí Panny Marie" "other" "6.6" "0,-12"
-"50.0636" "14.4213" "Praha – Vyšehrad" "Rotunda svatého Martina" "rotunda" "6.6" "0,-12"
-"49.6325" "14.926667" "Pravonín" "Rotunda svatého Jana Křtitele" "rotunda" "6.6" "0,-12"
+"50.0636" "14.4213" "Praha – Vyšehrad" "Rotunda sv. Martina" "rotunda" "6.6" "0,-12"
+"49.6325" "14.926667" "Pravonín" "Rotunda sv. Jana Křtitele" "rotunda" "6.6" "0,-12"
"49.353231" "16.400679" "Předklášteří" "Kostel Nanebevzetí Panny Marie" "other" "6.6" "0,-12"
-"49.261389" "15.778611" "Přibyslavice" "Kostel svaté Anny" "rotunda" "6.6" "0,-12"
-"49.316111" "13.93" "Radomyšl" "Kostel svatého Martina" "other" "6.6" "0,-12"
-"49.084619" "16.316751" "Řeznovice" "Kostel svatého Petra a Pavla" "other" "6.6" "0,-12"
-"50.386111" "14.289722" "Říp" "Rotunda svatého Jiří" "rotunda" "6.6" "0,-12"
-"49.875833" "15.538056" "Ronov nad Doubravou" "Kostel svatého Kříže" "other" "6.6" "0,-12"
-"49.181222" "16.387444" "Rosice" "Kostel svatého Martina" "other" "6.6" "0,-12"
-"49.124167" "15.813333" "Šebkovice" "Kostel svaté Maří Magdaleny" "other" "6.6" "0,-12"
-"50.194736" "14.672472" "Stará Boleslav" "Bazilika svatého Václava" "other" "6.6" "0,-12"
-"50.194583" "14.672778" "Stará Boleslav" "Kostel svatého Klementa" "other" "6.6" "0,-12"
-"49.074722" "17.450833" "Staré Město" "Kostel svatého Michaela archanděla" "other" "6.6" "0,-12"
-"49.703333" "13.475" "Starý Plzenec" "Rotunda svatého Petra a Pavla" "rotunda" "6.6" "0,-12"
-"49.082778" "15.646111" "Štěpkov" "Rotunda svatého Václava" "rotunda" "6.6" "0,-12"
-"49.279444" "15.589444" "Stonařov" "Hřbitovní kaple svaté Trojice" "rotunda" "6.6" "0,-12"
-"49.1875" "15.903333" "Střítež, okres Třebíč" "Kostel svatého Marka" "other" "6.6" "0,-12"
-"49.18301" "15.454682" "Telč" "Kostel svatého Ducha" "other" "6.6" "0,-12"
+"49.261389" "15.778611" "Přibyslavice" "Kostel sv. Anny" "rotunda" "6.6" "0,-12"
+"49.316111" "13.93" "Radomyšl" "Kostel sv. Martina" "other" "6.6" "0,-12"
+"49.084619" "16.316751" "Řeznovice" "Kostel sv. Petra a Pavla" "other" "6.6" "0,-12"
+"50.386111" "14.289722" "Říp" "Rotunda sv. Jiří" "rotunda" "6.6" "0,-12"
+"49.875833" "15.538056" "Ronov nad Doubravou" "Kostel sv. Kříže" "other" "6.6" "0,-12"
+"49.181222" "16.387444" "Rosice" "Kostel sv. Martina" "other" "6.6" "0,-12"
+"49.124167" "15.813333" "Šebkovice" "Kostel sv. Maří Magdaleny" "other" "6.6" "0,-12"
+"50.194736" "14.672472" "Stará Boleslav" "Bazilika sv. Václava" "other" "6.6" "0,-12"
+"50.194583" "14.672778" "Stará Boleslav" "Kostel sv. Klementa" "other" "6.6" "0,-12"
+"49.074722" "17.450833" "Staré Město" "Kostel sv. Michaela archanděla" "other" "6.6" "0,-12"
+"49.703333" "13.475" "Starý Plzenec" "Rotunda sv. Petra a Pavla" "rotunda" "6.6" "0,-12"
+"49.082778" "15.646111" "Štěpkov" "Rotunda sv. Václava" "rotunda" "6.6" "0,-12"
+"49.9375" "15.125" "Solopysky" "Kostel sv. Bartoloměje" "question" "6.6" "0,-12"
+"49.279444" "15.589444" "Stonařov" "Hřbitovní kaple sv. Trojice" "rotunda" "6.6" "0,-12"
+"49.1875" "15.903333" "Střítež, okres Třebíč" "Kostel sv. Marka" "other" "6.6" "0,-12"
+"49.18301" "15.454682" "Telč" "Kostel sv. Ducha" "other" "6.6" "0,-12"
"50.055833" "14.821861" "Tismice" "Kostel Nanebevzetí Panny Marie" "other" "6.6" "0,-12"
-"49.699722" "14.6425" "Tožice" "Kostel svatého Martina" "other" "6.6" "0,-12"
+"49.699722" "14.6425" "Tožice" "Kostel sv. Martina" "other" "6.6" "0,-12"
"49.773889" "14.831389" "Třebešice" "Kostel Všech svatých" "other" "6.6" "0,-12"
-"49.216944" "15.873889" "Třebíč" "Bazilika svatého Prokopa" "other" "6.6" "0,-12"
-"49.834167" "14.589722" "Týnec nad Sázavou" "Rotunda svatého Václava" "rotunda" "6.6" "0,-12"
-"50.445556" "13.462222" "Údlice" "Kostel Povýšení svatého Kříže" "other" "6.6" "0,-12"
+"49.216944" "15.873889" "Třebíč" "Bazilika sv. Prokopa" "other" "6.6" "0,-12"
+"49.834167" "14.589722" "Týnec nad Sázavou" "Rotunda sv. Václava" "rotunda" "6.6" "0,-12"
+"49.52505" "15.03584" "Uhlířské Janovice" "Kostel sv. Jiljí" "question" "6.6" "0,-12"
+"50.445556" "13.462222" "Údlice" "Kostel Povýšení sv. Kříže" "other" "6.6" "0,-12"
"49.368889" "16.542222" "Újezd u Černé hory" "Kostel Všech svatých" "other" "6.6" "0,-12"
-"49.498333" "13.835278" "Újezdec" "Kostel svaté Voršily" "other" "6.6" "0,-12"
-"50.403889" "14.8575" "Vinec" "Kostel svatého Mikuláše" "other" "6.6" "0,-12"
-"49.249167" "13.739722" "Volenice" "Kostel svatého Petra a Pavla" "other" "6.6" "0,-12"
-"50.179167" "13.379722" "Vroutek" "Kostel svatého Jakuba Většího" "other" "6.6" "0,-12"
+"49.498333" "13.835278" "Újezdec" "Kostel sv. Voršily" "other" "6.6" "0,-12"
+"50.403889" "14.8575" "Vinec" "Kostel sv. Mikuláše" "other" "6.6" "0,-12"
+"49.249167" "13.739722" "Volenice" "Kostel sv. Petra a Pavla" "other" "6.6" "0,-12"
+"50.179167" "13.379722" "Vroutek" "Kostel sv. Jakuba Většího" "other" "6.6" "0,-12"
"49.943056" "15.178611" "Vysoká" "Kostel Navštívení Panny Marie" "other" "6.6" "0,-12"
"49.768639" "16.875583" "Vyšehorky" "Kostel Všech svatých" "other" "6.6" "0,-12"
-"50.116389" "14.768056" "Vyšehořovice" "Zřícenina kostela svatého Martina" "rotunda" "6.6" "0,-12"
-"50.037222" "15.028056" "Žabonosy" "Kostel svatého Václava" "other" "6.6" "0,-12"
-"50.025278" "15.35" "Záboří nad Labem" "Kostel svatého Prokopa" "other" "6.6" "0,-12"
-"49,3803088" "13,5151471" "Zborovy" "Rotunda svatého Jana Křtitele" "rotunda" "6.6" "0,-12"
-"49.4675" "16.770278" "Žďárná" "Kostel svatého Bartoloměje" "other" "6.6" "0,-12"
-"50.463611" "13.876389" "Želkovice" "Rotunda svatého Petra a Pavla" "rotunda" "6.6" "0,-12"
-"48.855556" "16.043611" "Znojmo" "Rotunda svaté Kateřiny" "rotunda" "6.6" "0,-12"
+"50.116389" "14.768056" "Vyšehořovice" "Zřícenina kostela sv. Martina" "rotunda" "6.6" "0,-12"
+"49.812063" "15.182629" "Zbraslavice" "Kostel sv. Vavřince" "question" "6.6" "0,-12"
+"50.037222" "15.028056" "Žabonosy" "Kostel sv. Václava" "other" "6.6" "0,-12"
+"50.025278" "15.35" "Záboří nad Labem" "Kostel sv. Prokopa" "other" "6.6" "0,-12"
+"49.38119" "13.51569" "Zborovy" "Rotunda sv. Jana Křtitele" "rotunda" "6.6" "0,-12"
+"49.4675" "16.770278" "Žďárná" "Kostel sv. Bartoloměje" "other" "6.6" "0,-12"
+"50.463611" "13.876389" "Želkovice" "Rotunda sv. Petra a Pavla" "rotunda" "6.6" "0,-12"
+"48.855556" "16.043611" "Znojmo" "Rotunda sv. Kateřiny" "rotunda" "6.6" "0,-12"