Skip to content

Commit

Permalink
Update dependency leaflet to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and zdz committed Apr 30, 2022
1 parent 059ac3e commit 290f982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/jinja/map.jinja.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
<meta name="author" content="zdz">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.8.0/leaflet.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.8.0/leaflet.js"></script>
<style>
#map {
position: absolute;
Expand Down

0 comments on commit 290f982

Please sign in to comment.