From 2081908a4c94f35587e9f072ade2d6653223f770 Mon Sep 17 00:00:00 2001 From: gjmooney Date: Fri, 8 Dec 2023 11:48:04 +0100 Subject: [PATCH] Clean up formatting --- ipyleaflet/leaflet.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ipyleaflet/leaflet.py b/ipyleaflet/leaflet.py index 30cc6b3d0..34aa6aa2f 100644 --- a/ipyleaflet/leaflet.py +++ b/ipyleaflet/leaflet.py @@ -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 `_. - spider_leg_polyline_options: dict, default {"weight": 1.5, "color": "#222", "opacity": 0.5} Allows you to specify `PolylineOptions `_ to style spider legs. spiderfy_distance_multiplier: int, default 1 @@ -1264,9 +1263,6 @@ class MarkerCluster(Layer): spiderfy_distance_multiplier = Int(1).tag(sync=True, o=True) - - - class LayerGroup(Layer): """LayerGroup class.