Skip to content

Commit

Permalink
Update app.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonawicz committed Nov 15, 2020
1 parent 47ef892 commit 5952be1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified inst/shiny/leaflet/data.rds
Binary file not shown.
2 changes: 1 addition & 1 deletion inst/shiny/leaflet/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ label_opts <- list(
"border-size" = "10px", "border-radius" = "4px")

eq_popup <- function(x){
logo <- paste0("<img src=\"", x$avatar, "\" style=\"float:right;width:200px\"/>")
logo <- paste0("<img src=\"", x$avatar, "\" style=\"float:right;max-height:250px\"/>")
paste0("<div style=\"width:500px;height:270px;\">", logo, strong("Identification: "), x$loc, "<br/>",
strong("Geopolitical domain: "), x$zone, "<br/>", strong("Primary species: "), x$species,
"<br/>", strong("Stellar body: "), x$body, "<br/>", strong("Classification: "), x$category, "</div>")
Expand Down

0 comments on commit 5952be1

Please sign in to comment.