Skip to content

Commit ddb41ec

Browse files
committed
Fix rotation
1 parent 15c5650 commit ddb41ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

folium/map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
('bootstrap',
3131
"https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"),
3232
('awesome_markers',
33-
"https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.min.js"), # noqa
33+
"https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"), # noqa
3434
('marker_cluster_src',
3535
"https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster-src.js"), # noqa
3636
('marker_cluster',

0 commit comments

Comments
 (0)