summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-09-04 20:05:07 +0200
committerMatěj Cepl <mcepl@cepl.eu>2016-09-04 20:05:07 +0200
commit244bf865c8483897114ea2a01971c27e939e0c25 (patch)
tree9972f557606d19d27278cbd4303bdf027ae25fcb /index.html
parent2dbffff0e001c9bed5c9c30e22765ee94105248d (diff)
downloadkostely-244bf865c8483897114ea2a01971c27e939e0c25.tar.gz
Update to the latest OpenLayers
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 6f62515..ff60d4d 100644
--- a/index.html
+++ b/index.html
@@ -4,9 +4,9 @@
<meta charset="utf-8">
<title>Románské kostely v Česku</title>
<link rel="stylesheet"
- href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.7.0/ol.css"
+ href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.18.2/ol.css"
type="text/css">
- <script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.7.0/ol-debug.js"
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.18.2/ol-debug.js"
type="text/javascript">
</script>
<script src="https://npmcdn.com/csv2geojson@latest/csv2geojson.js"