Skip to content

Commit 1ed72de

Browse files
jcheng5schloerke
andcommitted
Use correct options
Co-authored-by: Barret Schloerke <[email protected]>
1 parent 633add0 commit 1ed72de

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
@@ -256,7 +256,7 @@ addRasterImage <- function(
256256
project = TRUE,
257257
method = c("auto", "bilinear", "ngb"),
258258
maxBytes = 4 * 1024 * 1024,
259-
options = tileOptions(),
259+
options = gridOptions(),
260260
data = getMapData(map)
261261
) {
262262
if (inherits(x, "SpatRaster")) {

0 commit comments

Comments
 (0)