Skip to content

Commit

Permalink
update stream network
Browse files Browse the repository at this point in the history
  • Loading branch information
joshualerickson committed Sep 9, 2023
1 parent c960335 commit 4ac93eb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions R/modules.R
Expand Up @@ -1044,6 +1044,7 @@ observe({
}

if(!is.null(input$leaf_map_draw_new_feature)){
p <- shiny::Progress$new()
p$set(message = "Downloading data...",
detail = "This may take a little bit...",
value = 1/2)
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Expand Up @@ -649,7 +649,7 @@ get_dv <- function(sites) {

}


#' @title Selecting for Leaflet
#' @keywords internal
#' @description Taken from the interals of the \link{mapedit} package
add_select_script <- function(lf, styleFalse, styleTrue, ns="") {
Expand Down
12 changes: 12 additions & 0 deletions man/add_select_script.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ac93eb

Please sign in to comment.