Skip to content

Commit c3cc01c

Browse files
committed
Merge pull request #178 from andrewgiessel/add-custom-css
add custom css link
2 parents 33f00a3 + 9f2ec92 commit c3cc01c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

folium/templates/fol_template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<head>
3-
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
4-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css" />
3+
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
4+
<link rel="stylesheet" href="https://rawgit.com/andrewgiessel/leafletstuff/master/leaflet.css" />
55
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"></script>
66

77
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

0 commit comments

Comments
 (0)