Skip to content

Commit b8fac0b

Browse files
author
Martin Journois
committed
Change Leaflet.awesome-markers url
1 parent bfa1646 commit b8fac0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

folium/map.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
('bootstrap',
2929
"https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"),
3030
('awesome_markers',
31-
"https://rawgithub.com/lvoogdt/Leaflet.awesome-markers/2.0/develop/dist/leaflet.awesome-markers.js"), # noqa
31+
"https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.min.js"), # noqa
3232
('marker_cluster_src',
3333
"https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster-src.js"), # noqa
3434
('marker_cluster',
@@ -45,7 +45,7 @@
4545
("awesome_markers_font_css",
4646
"https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css"), # noqa
4747
("awesome_markers_css",
48-
"https://rawgit.com/lvoogdt/Leaflet.awesome-markers/2.0/develop/dist/leaflet.awesome-markers.css"), # noqa
48+
"https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"), # noqa
4949
("marker_cluster_default_css",
5050
"https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.Default.css"), # noqa
5151
("marker_cluster_css",

0 commit comments

Comments
 (0)