From b4b9a9d807c07c4011d2886d52fae08e5aa14d86 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Thu, 29 Aug 2024 13:31:01 -0400 Subject: [PATCH] Fix Spectral UI marker bug --- hypercoast/hypercoast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypercoast/hypercoast.py b/hypercoast/hypercoast.py index a7b4cb0..311ad0d 100644 --- a/hypercoast/hypercoast.py +++ b/hypercoast/hypercoast.py @@ -82,7 +82,7 @@ def __init__(self, **kwargs): super().__init__(**kwargs) self._spectral_data = {} self._plot_options = None - self._plot_marker_cluster = None + self._plot_marker_cluster = ipyleaflet.MarkerCluster(name="Marker Cluster") def add(self, obj, position="topright", xlim=None, ylim=None, **kwargs): """Add a layer to the map.