Skip to content

Commit e621bab

Browse files
Merge pull request #168 from developmentseed/vincents/update-leaflet
update leaflet
2 parents 53646a2 + 0b549ee commit e621bab

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

77
Note: Minor version `0.X.0` update might break the API, It's recommended to pin `tipg` to minor version: `tipg>=0.1,<0.2`
88

9+
## [unreleased]
10+
11+
- update leaflet version
12+
913
## [0.6.3] - 2024-02-02
1014

1115
- update pydantic's `Field` usage to avoid 3.0 deprecation

tipg/templates/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
77
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/css/bootstrap.min.css" />
8-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.css" />
8+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.css" />
99
<style>
1010
html { position: relative; min-height: 100%; }
1111
body { padding-top: 5rem; margin-bottom: 40px; }
@@ -16,7 +16,7 @@
1616
</style>
1717
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
1818
<script src="https://files.dnr.state.mn.us/lib/bootstrap4/javascripts/bootstrap.min.js"></script>
19-
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.js"></script>
19+
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.js"></script>
2020
</head>
2121
<body>
2222
<nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">

0 commit comments

Comments
 (0)