Skip to content

Commit

Permalink
updated selected point design on map
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitfrisque committed Nov 6, 2024
1 parent 554ce8f commit a0a2c5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dashboard/charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def create_map_observations(filtered_df, map_column_selected, zoom, center, map_
marker=go.scattermap.Marker(
size=13,
color=observation_clicked_color,
opacity=0.5,
),
hoverinfo='skip', # Hide the hover info, to use the one from the main trace
showlegend=False,
Expand All @@ -86,8 +87,6 @@ def create_map_observations(filtered_df, map_column_selected, zoom, center, map_
),
)



return fig_map

def create_map_species_present(filtered_df, map_column_selected, zoom, center, map_style, lang):
Expand Down

0 comments on commit a0a2c5a

Please sign in to comment.