Skip to content

Commit

Permalink
Update folium/plugins/timeline.py
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Anema <33519926+Conengmo@users.noreply.github.com>
  • Loading branch information
hansthen and Conengmo authored Apr 4, 2024
1 parent 46cf423 commit 1c8e174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folium/plugins/timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1c8e174

Please sign in to comment.