Skip to content

Commit

Permalink
exclude CMORPHv1 from interactive map
Browse files Browse the repository at this point in the history
  • Loading branch information
obaezvil committed Mar 30, 2023
1 parent 564d5da commit ff3e184
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/mod_prec_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ get_prec_map <- function() {
leaflet::addRasterImage(data[[4]], colors = pal, opacity = 0.5, group = names(data)[4]) %>%
leaflet::addRasterImage(data[[5]], colors = pal, opacity = 0.5, group = names(data)[5]) %>%
leaflet::addRasterImage(data[[6]], colors = pal, opacity = 0.5, group = names(data)[6]) %>%
leaflet::addRasterImage(data[[7]], colors = pal, opacity = 0.5, group = names(data)[7]) %>%
leaflet::addLayersControl(
baseGroups = names(data),
options = leaflet::layersControlOptions(collapsed = FALSE),
Expand Down

0 comments on commit ff3e184

Please sign in to comment.