Skip to content

Commit fcadba1

Browse files
committed
Added weight to circle_marker.js
1 parent b46e2b9 commit fcadba1

5 files changed

Lines changed: 2 additions & 1 deletion

File tree

folium/__init__.pyc

1.53 KB
Binary file not shown.

folium/features.pyc

42.8 KB
Binary file not shown.

folium/folium.pyc

13.6 KB
Binary file not shown.

folium/map.pyc

29.4 KB
Binary file not shown.

folium/templates/circle_marker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
var {{ circle }} = L.circleMarker([{{ lat }}, {{ lon }}], {
22
color: '{{ line_color }}',
33
fillColor: '{{ fill_color }}',
4+
weight: '{{ weight }}',
45
fillOpacity: {{ fill_opacity }}
5-
}).setRadius({{ radius }})
6+
}).setRadius({{ radius }})

0 commit comments

Comments
 (0)