Skip to content

Commit 873f741

Browse files
jcheng5schloerke
andauthored
Use correct options
Co-authored-by: Barret Schloerke <[email protected]>
1 parent 55773a7 commit 873f741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/layers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ addRasterImage <- function(
245245
project = TRUE,
246246
method = c("auto", "bilinear", "ngb"),
247247
maxBytes = 4 * 1024 * 1024,
248-
options = tileOptions(),
248+
options = gridOptions(),
249249
data = getMapData(map)
250250
) {
251251
stopifnot(inherits(x, "RasterLayer"))

0 commit comments

Comments
 (0)