summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorStefan Hansson <steha708@edu.liu.se>2020-11-12 15:21:41 +0100
committerNewbyte <steha708@liu.se>2020-11-12 15:21:41 +0100
commitdae74b7b57340a9eb16d1608e0fd2958947d33de (patch)
tree967a5649b180b754db04c4537dfbf1736780e5e3 /templates/index.html
parentd429f09e7e3bc8173e765aba8a91f2440c99a324 (diff)
downloadtdde25-dae74b7b57340a9eb16d1608e0fd2958947d33de.tar.gz
Upgrade to Leaflet 1.7.1
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index d193447..b29f84f 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,7 +1,7 @@
<html>
<head>
- <link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.4/dist/leaflet.css" />
- <script src="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js"></script>
+ <link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css" />
+ <script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"></script>
{{ templates/index.css }}
</head>
<body>