We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06b616 commit ef98c81Copy full SHA for ef98c81
1 file changed
folium/map.py
@@ -28,7 +28,7 @@
28
29
_default_js = [
30
('leaflet',
31
- 'https://unpkg.com/leaflet@1.2.0/dist/leaflet.js'),
+ 'https://cdn.jsdelivr.net/npm/leaflet@1.1.0/dist/leaflet.js'),
32
('jquery',
33
'https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'),
34
('bootstrap',
@@ -43,7 +43,7 @@
43
44
_default_css = [
45
('leaflet_css',
46
- 'https://unpkg.com/leaflet@1.2.0/dist/leaflet.css'),
+ 'https://cdn.jsdelivr.net/npm/leaflet@1.1.0/dist/leaflet.css'),
47
('bootstrap_css',
48
'https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'),
49
('bootstrap_theme_css',
0 commit comments