From 1c8e17444bfa96b36d436b0733717e309e2acdf9 Mon Sep 17 00:00:00 2001 From: Hans Then Date: Thu, 4 Apr 2024 14:45:42 +0200 Subject: [PATCH] Update folium/plugins/timeline.py Co-authored-by: Frank Anema <33519926+Conengmo@users.noreply.github.com> --- folium/plugins/timeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folium/plugins/timeline.py b/folium/plugins/timeline.py index 8592f3934..67ab6a84c 100644 --- a/folium/plugins/timeline.py +++ b/folium/plugins/timeline.py @@ -34,7 +34,7 @@ class Timeline(GeoJson): data: file, dict or str. The geojson data you want to plot. - get_interval: JsCode + get_interval: JsCode, optional Called for each feature, and should return either a time range for the feature or `false`, indicating that it should not be included in the timeline. The time range object should have 'start' and 'end' properties.