Skip to content

Commit

Permalink
update map panel text
Browse files Browse the repository at this point in the history
  • Loading branch information
langbart committed Jul 10, 2024
1 parent 9965908 commit 3d82a8f
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mod_leaflet_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ fishing_map_ui <- function(id) {
),
div(
style = "margin-top: 15px;",
span(class = "bold-label", "Hexagon Radius:"),
span(class = "bold-label", "Radius (meters):"),
sliderInput(ns("radius"), NULL, min = 500, max = 3000, value = 500, step = 500, ticks = FALSE)
),
p(
Expand Down
Binary file modified data/aggregated.rda
Binary file not shown.
Binary file modified data/data_last_updated.rda
Binary file not shown.
Binary file modified data/indicators_grid.rda
Binary file not shown.
Binary file modified data/label_groups_list.rda
Binary file not shown.
Binary file modified data/municipal_aggregated.rda
Binary file not shown.
Binary file modified data/municipal_taxa.rda
Binary file not shown.
Binary file modified data/nutrients_aggregated.rda
Binary file not shown.
Binary file modified data/pars.rda
Binary file not shown.
Binary file modified data/summary_data.rda
Binary file not shown.
Binary file modified data/taxa_aggregated.rda
Binary file not shown.
Binary file modified data/taxa_names.rda
Binary file not shown.

0 comments on commit 3d82a8f

Please sign in to comment.