Skip to content

Commit

Permalink
fixes #2508
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Feb 23, 2025
1 parent dbb2c22 commit 47956c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/geom-transformers.R
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,7 @@ st_line_interpolate = function(line, dist, normalized = FALSE) {

#' @export
#' @name geos_unary
#' @details \code{st_exterior_ring} returns the exterior rings of polygons, removing all holes.
st_exterior_ring = function(x, ...) UseMethod("st_exterior_ring")

#' @export
Expand Down
2 changes: 2 additions & 0 deletions man/geos_unary.Rd

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

0 comments on commit 47956c3

Please sign in to comment.