From ce746dfc705c02dbf74c7784b783a6aad161135b Mon Sep 17 00:00:00 2001 From: c-zust <91314187+c-zust@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:55:58 +0200 Subject: [PATCH] Update create_geo_output.R --- R/create_geo_output.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/create_geo_output.R b/R/create_geo_output.R index 91443de..073dd4d 100644 --- a/R/create_geo_output.R +++ b/R/create_geo_output.R @@ -290,7 +290,7 @@ create_map <- function(sf_bp_geo, leaflet::addEasyButton(leaflet::easyButton( icon = "fa-info-circle", title = "Map Information", onClick = htmlwidgets::JS("function(btn, map){ $('#infobox').modal('show'); }") - )) %>% # Trigger the infobox + )) |> # Trigger the infobox htmlwidgets::appendContent(info.box) }