Skip to content

Commit 15c5650

Browse files
committed
Switch to non-minified leaflet.awesome-markers
Fixes #505 The minified version of leaflet.awesome-markers has a problem with correctly passing the extraClasses option to the <i> tags 'class' attribute, causing the fa-rotate-* classes not to be applied correctly. As a workaround, switch to using the non-minified version of leaflet.awesome-markers that works correctly.
1 parent cd13004 commit 15c5650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folium/templates/fol_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/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>
8-
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.min.js"></script>
8+
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
99
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster-src.js"></script>
1010
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster.js"></script>
1111

0 commit comments

Comments
 (0)