Skip to content

Commit 3632d66

Browse files
committed
Merge pull request #161 from ocefpaf/leaflet_awesome_rotate_css
Fix URL for leaflet.awesome.rotate.css
2 parents 6b4d1fe + 44259d4 commit 3632d66

File tree

2 files changed

+362
-2
lines changed

2 files changed

+362
-2
lines changed

folium/templates/fol_template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster-src.js"></script>
2222
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster.js"></script>
2323

24-
<link rel="stylesheet" href="https://birdage.github.io/Leaflet.awesome-markers/dist/leaflet.awesome.rotate.css">
24+
<link rel="stylesheet" href="https://raw.githubusercontent.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css">
2525

2626
{{ dvf_js }}
2727
{{ d3 }}
@@ -115,7 +115,7 @@
115115
{% for image in image_layers %}
116116
{{ image }}
117117
{% endfor %}
118-
118+
119119
//cluster group
120120
var clusteredmarkers = L.markerClusterGroup();
121121
//section for adding clustered markers

0 commit comments

Comments
 (0)