Skip to content

Commit

Permalink
Clean up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmooney committed Dec 8, 2023
1 parent 59d95db commit 2081908
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ipyleaflet/leaflet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,6 @@ class MarkerCluster(Layer):
The maximum radius that a cluster will cover from the central marker (in pixels). Decreasing will make more, smaller clusters.
polygon_options: dict, default {}
Options to pass when creating the L.Polygon(points, options) to show the bounds of a cluster. Defaults to empty, which lets Leaflet use the default `Path options <https://leafletjs.com/reference.html#path>`_.
spider_leg_polyline_options: dict, default {"weight": 1.5, "color": "#222", "opacity": 0.5}
Allows you to specify `PolylineOptions <https://leafletjs.com/reference.html#polyline>`_ to style spider legs.
spiderfy_distance_multiplier: int, default 1
Expand All @@ -1264,9 +1263,6 @@ class MarkerCluster(Layer):
spiderfy_distance_multiplier = Int(1).tag(sync=True, o=True)





class LayerGroup(Layer):
"""LayerGroup class.
Expand Down

0 comments on commit 2081908

Please sign in to comment.