We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb3c3d commit 2059228Copy full SHA for 2059228
1 file changed
folium/features.py
@@ -167,7 +167,7 @@ def render(self, **kwargs):
167
"if it's not in a Figure.")
168
169
figure.header.add_child(
170
- JavascriptLink("https://cdnjs.cloudflare.com/ajax/libs/leaflet-dvf/0.2/leaflet-dvf.markers.min.js"), # noqa
+ JavascriptLink("https://cdnjs.cloudflare.com/ajax/libs/leaflet-dvf/0.3.0/leaflet-dvf.markers.min.js"), # noqa
171
name='dvf_js')
172
173
0 commit comments