Skip to content

Commit

Permalink
chore: update for changes in ext() method
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed May 3, 2024
1 parent d23e48b commit ac6fce4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/gg_annotation_raster.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,9 @@ setMethod(
e <- ext(
gobject,
spat_unit = spat_unit,
all_data = FALSE,
verbose = FALSE,
name = spat_loc_name,
name = list(spatlocs = spat_loc_name),
# `name` only passes to `getSpatialLocations()` if spatlocs are
# present and used to find extent
... # You can ensure they are used by setting prefer = "spatlocs
Expand Down

0 comments on commit ac6fce4

Please sign in to comment.