Skip to content

Commit

Permalink
fix leaflet::addRasterImage project option
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafnuss committed Nov 16, 2023
1 parent 22bcbb0 commit 814b14e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: GeoPressureR
Title: Global Positioning by Atmospheric Pressure
Version: 3.1.6
Version: 3.1.7
Authors@R: c(
person("Raphaël", "Nussbaumer", , "rafnuss@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8185-1020")),
Expand Down
2 changes: 1 addition & 1 deletion R/plot.map.R
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ plot.map <- function(x,
r[[i]],
opacity = opacity,
group = grp[i],
method = "ngb",
project = "false",
colors = leaflet::colorNumeric(
palette = palette,
domain = NULL,
Expand Down
2 changes: 1 addition & 1 deletion inst/geopressureviz/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ server <- function(input, output, session) {
na.color = "#00000000",
alpha = TRUE
),
method = "ngb"
project = "false"
)
}
proxy <- proxy %>%
Expand Down

0 comments on commit 814b14e

Please sign in to comment.