We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e3686 commit 8ccf239Copy full SHA for 8ccf239
folium/plugins/heat_map_withtime.py
@@ -161,6 +161,10 @@ def render(self, **kwargs):
161
assert isinstance(figure, Figure), ('You cannot render this Element '
162
'if it is not in a Figure.')
163
164
+ figure.header.add_child(
165
+ JavascriptLink('https://rawcdn.githack.com/nezasa/iso8601-js-period/master/iso8601.min.js'), # noqa
166
+ name='iso8601')
167
+
168
figure.header.add_child(
169
JavascriptLink('https://rawcdn.githack.com/socib/Leaflet.TimeDimension/master/dist/leaflet.timedimension.min.js'), # noqa
170
name='leaflet.timedimension.min.js')
0 commit comments