File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
66
77Note: 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
Original file line number Diff line number Diff line change 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 ; }
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 ">
You can’t perform that action at this time.
0 commit comments