Skip to content

Commit 2059228

Browse files
committed
Fix leaflet-dvf
1 parent 3fb3c3d commit 2059228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folium/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def render(self, **kwargs):
167167
"if it's not in a Figure.")
168168

169169
figure.header.add_child(
170-
JavascriptLink("https://cdnjs.cloudflare.com/ajax/libs/leaflet-dvf/0.2/leaflet-dvf.markers.min.js"), # noqa
170+
JavascriptLink("https://cdnjs.cloudflare.com/ajax/libs/leaflet-dvf/0.3.0/leaflet-dvf.markers.min.js"), # noqa
171171
name='dvf_js')
172172

173173

0 commit comments

Comments
 (0)