Skip to content

Commit

Permalink
show_enteromap has station as layerId for markers
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Oct 28, 2024
1 parent 00eefaa commit 8f2c831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/show_enteromap.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ show_enteromap <- function(fibdata, yrsel, mosel, areasel = NULL, wetdry = FALSE
lng = ~Longitude,
lat = ~Latitude,
icon = ~icons[as.numeric(grp)],
label = ~lapply(as.list(lab), util_html)
label = ~lapply(as.list(lab), util_html),
layerId = ~station
)

# add appropriate legends
Expand Down

0 comments on commit 8f2c831

Please sign in to comment.