Skip to content

Commit

Permalink
change color legend ROE and hydro stations
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisManiere committed Jan 30, 2024
1 parent 40ab20e commit b55308b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/mod_explore.R
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,12 @@ mod_explore_server <- function(id){
# ROE
if (any(input$exploremap_groups %in% params_map_group()[["roe"]])) {
map_legend_vector_overlayer(layer_label = "Référentiel des Obstacles à l'Ecoulement",
color = "orange")
color = "#323232")
},
# Station hydrométrique
if (any(input$exploremap_groups %in% params_map_group()[["hydro_station"]])) {
map_legend_vector_overlayer(layer_label = "Station hydrométrique",
color = "blue")
color = "#33B1FF")
},
style = "margin-bottom: 10px;"
) # div
Expand Down

0 comments on commit b55308b

Please sign in to comment.