Skip to content

Commit

Permalink
Merge pull request #1243 from OldLipe/feat/dev-sits
Browse files Browse the repository at this point in the history
Fix segmentation error
  • Loading branch information
M3nin0 authored Nov 19, 2024
2 parents 153344d + e23644e commit c3786b3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/api_raster_terra.R
Original file line number Diff line number Diff line change
Expand Up @@ -562,5 +562,5 @@
#' @noRd
#' @export
.raster_extract_polygons.terra <- function(r_obj, dissolve = TRUE, ...) {
terra::as.polygons(r_obj, dissolve = TRUE, aggregate = FALSE, ...)
terra::as.polygons(r_obj, dissolve = TRUE, ...)
}
2 changes: 1 addition & 1 deletion R/api_tmap_v4.R
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
)
) +
tmap::tm_graticules(
tmap_params[["graticules_labels_size"]]
labels.size = tmap_params[["graticules_labels_size"]]
) +
tmap::tm_compass() +
tmap::tm_layout(
Expand Down
4 changes: 4 additions & 0 deletions man/sits_cube_copy.Rd

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

15 changes: 11 additions & 4 deletions man/sits_merge.Rd

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

0 comments on commit c3786b3

Please sign in to comment.