Skip to content

Commit

Permalink
Fix Spectral UI marker bug
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Aug 29, 2024
1 parent 66ad361 commit b4b9a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypercoast/hypercoast.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b4b9a9d

Please sign in to comment.