summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Hansson <steha708@student.liu.se>2020-11-20 10:32:35 +0100
committerStefan Hansson <steha708@student.liu.se>2020-11-20 10:32:35 +0100
commitc9da0f511372e17d000c5870e96f127d2f5e42cb (patch)
tree5bd90e439d08fa587f2392a4a360b74c6eed72a7
parent006ef0cef71be07a637e05e5228fb0c5ae096de1 (diff)
parentdae74b7b57340a9eb16d1608e0fd2958947d33de (diff)
downloadtdde25-c9da0f511372e17d000c5870e96f127d2f5e42cb.tar.gz
Merge branch 'upgrade-leaflet-1.7.1' into 'master'
Upgrade to Leaflet 1.7.1 See merge request tdde25-2020/tdde25-2020-projekt-sg3-maps-05!4
-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>