Skip to content

Commit

Permalink
disabled interpolation #892
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Jun 25, 2024
1 parent d133496 commit c73a378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/tm_layers_raster.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#' @name opt_tm_raster
#' @param interpolate Should the raster image be interpolated? Currently only applicable in view mode (passed on to [`grid`][grid::rasterGrob()])
#' @export
opt_tm_raster = function(interpolate = TRUE) {
opt_tm_raster = function(interpolate = FALSE) {
list(trans.args = list(),
mapping.args = list(interpolate = interpolate))
}
Expand Down
2 changes: 1 addition & 1 deletion man/tm_raster.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c73a378

Please sign in to comment.