Skip to content

Commit b91840f

Browse files
authored
Merge pull request #478 from ocefpaf/update_fa
Update font-awesome
2 parents 01584df + 31bcd06 commit b91840f

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGES.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
0.3.0
22
~~~~~
33

4-
- Add fullscreen plugin (sanga #437)
5-
- Add ColorLine object (bibmartin #449)
6-
- Add smooth_factor option to GeoJSON, TopoJSON and Choropleth (JamesGardiner #428)
7-
- Add options to fullscreen plugin (qingkaikong #468)
8-
- Add options to LayerControl (qingkaikong #473)
4+
- Added fullscreen plugin (sanga #437)
5+
- Added ColorLine object (bibmartin #449)
6+
- Added smooth_factor option to GeoJSON, TopoJSON and Choropleth (JamesGardiner #428)
7+
- Added options to fullscreen plugin (qingkaikong #468)
8+
- Added options to LayerControl (qingkaikong #473)
9+
- Added text path (talespaiva #451 and #474)
10+
- Update font-awesome to 4.6.3 (ocefpaf #478)
911

1012
Bug Fixes
1113

1214
- Fix MIME type (text/plain) is not executable (talespaiva #440)
15+
- Update Travis-CI testing to incorporate branca and fix notebook tests (ocefpaf #436)
1316

1417
0.2.1
1518
~~~~~

folium/map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
("bootstrap_theme_css",
4444
"https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"), # noqa
4545
("awesome_markers_font_css",
46-
"https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css"), # noqa
46+
"https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"), # noqa
4747
("awesome_markers_css",
4848
"https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"), # noqa
4949
("marker_cluster_default_css",

folium/templates/fol_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css" />
1313
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
1414
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>
15-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css"/>
15+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/>
1616
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
1717
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.Default.css"/>
1818
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.css"/>

0 commit comments

Comments
 (0)