From 873f74111b22cf2b8ef705b095884a8148621950 Mon Sep 17 00:00:00 2001 From: Joe Cheng Date: Fri, 10 Jul 2020 09:44:10 -0700 Subject: [PATCH] Use correct options Co-authored-by: Barret Schloerke --- R/layers.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/layers.R b/R/layers.R index 04ee2570d..130db9f33 100644 --- a/R/layers.R +++ b/R/layers.R @@ -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"))