Skip to content

Commit

Permalink
Change in auto-position
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed Oct 21, 2023
1 parent 60d7355 commit 5206e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/overlay_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ ggplot_add.overlay_raw_map <- function(object, plot, object_name) {
if (object$adjust) {
xmin <- xmin - 0.5
xmax <- xmax - 0.5
ymin <- ymin - 0.5
ymax <- ymax - 0.5
# ymin <- ymin - 0.5
# ymax <- ymax - 0.5
}
plot +
annotation_raster(ras, xmin=xmin, ymin=ymin,
Expand Down

0 comments on commit 5206e66

Please sign in to comment.