Skip to content

Commit

Permalink
Based on review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hansthen committed Jun 16, 2024
1 parent 0bcd764 commit fa3fe54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folium/plugins/realtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Realtime(JSCSSMixin, FeatureGroup):
remove_missing: bool, default False
Should missing features between updates been automatically
removed from the layer
container: Layer, default GeoJson
container: FeatureGroup or GeoJson, default GeoJson
The container will typically be a `FeatureGroup`, `MarkerCluster` or
`GeoJson`, but it can be anything that generates a javascript
L.LayerGroup object, i.e. something that has the methods
Expand Down

0 comments on commit fa3fe54

Please sign in to comment.