diff options
| author | Stefan Hansson <steha708@edu.liu.se> | 2020-11-12 15:21:41 +0100 |
|---|---|---|
| committer | Newbyte <steha708@liu.se> | 2020-11-12 15:21:41 +0100 |
| commit | dae74b7b57340a9eb16d1608e0fd2958947d33de (patch) | |
| tree | 967a5649b180b754db04c4537dfbf1736780e5e3 | |
| parent | d429f09e7e3bc8173e765aba8a91f2440c99a324 (diff) | |
| download | tdde25-dae74b7b57340a9eb16d1608e0fd2958947d33de.tar.gz | |
Upgrade to Leaflet 1.7.1
| -rw-r--r-- | templates/index.html | 4 |
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> |
