Skip to content

Commit

Permalink
Fix error in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hansthen committed Feb 4, 2024
1 parent 0faf35e commit db4bcd5
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 @@ -84,7 +84,7 @@ class Timeline(GeoJson):
... auto_play=False,
... enable_keyboard_controls=True,
... playback_duration=60000,
... ).addTimelines(timeline).add_to(m)
... ).add_timelines(timeline).add_to(m)
Other keyword arguments are passed to the GeoJson layer, so you can pass
`style`, `point_to_layer` and/or `on_each_feature`.
Expand Down

0 comments on commit db4bcd5

Please sign in to comment.