Skip to content

Commit 000c7ec

Browse files
authored
Merge pull request #939 from ocefpaf/update_leaflet_to_1.3.4
Bump leaflet version
2 parents cecbc85 + 0b48667 commit 000c7ec

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.7.0
2+
~~~~~
3+
4+
- Update leaflet to 1.3.4 (ocefpaf #939)
5+
6+
17
0.6.0
28
~~~~~
39

folium/folium.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
_default_js = [
2929
('leaflet',
30-
'https://cdn.jsdelivr.net/npm/leaflet@1.2.0/dist/leaflet.js'),
30+
'https://cdn.jsdelivr.net/npm/leaflet@1.3.4/dist/leaflet.js'),
3131
('jquery',
3232
'https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'),
3333
('bootstrap',
@@ -38,7 +38,7 @@
3838

3939
_default_css = [
4040
('leaflet_css',
41-
'https://cdn.jsdelivr.net/npm/leaflet@1.2.0/dist/leaflet.css'),
41+
'https://cdn.jsdelivr.net/npm/leaflet@1.3.4/dist/leaflet.css'),
4242
('bootstrap_css',
4343
'https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'),
4444
('bootstrap_theme_css',

folium/templates/fol_template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<head>
33
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
44
<script>L_PREFER_CANVAS=false; L_NO_TOUCH=false; L_DISABLE_3D=false;</script>
5-
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.2.0/dist/leaflet.js"></script>
5+
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.3.4/dist/leaflet.js"></script>
66
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
77
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
88
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
9-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.2.0/dist/leaflet.css"/>
9+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.3.4/dist/leaflet.css"/>
1010
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
1111
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>
1212
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/>

0 commit comments

Comments
 (0)