Skip to content

Commit

Permalink
Use correct options
Browse files Browse the repository at this point in the history
Co-authored-by: Barret Schloerke <barret@rstudio.com>
  • Loading branch information
jcheng5 and schloerke authored Jul 10, 2020
1 parent 55773a7 commit 873f741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/layers.R
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ addRasterImage <- function(
project = TRUE,
method = c("auto", "bilinear", "ngb"),
maxBytes = 4 * 1024 * 1024,
options = tileOptions(),
options = gridOptions(),
data = getMapData(map)
) {
stopifnot(inherits(x, "RasterLayer"))
Expand Down

0 comments on commit 873f741

Please sign in to comment.