diff --git a/inst/shiny/leaflet/data.rds b/inst/shiny/leaflet/data.rds index 16b52c2..00fa16b 100644 Binary files a/inst/shiny/leaflet/data.rds and b/inst/shiny/leaflet/data.rds differ diff --git a/inst/shiny/leaflet/global.R b/inst/shiny/leaflet/global.R index 4235ddc..9924d8d 100644 --- a/inst/shiny/leaflet/global.R +++ b/inst/shiny/leaflet/global.R @@ -10,7 +10,7 @@ label_opts <- list( "border-size" = "10px", "border-radius" = "4px") eq_popup <- function(x){ - logo <- paste0("") + logo <- paste0("") paste0("
", logo, strong("Identification: "), x$loc, "
", strong("Geopolitical domain: "), x$zone, "
", strong("Primary species: "), x$species, "
", strong("Stellar body: "), x$body, "
", strong("Classification: "), x$category, "
")