Skip to content

Commit

Permalink
ad missing sf::
Browse files Browse the repository at this point in the history
  • Loading branch information
mem48 committed Aug 15, 2023
1 parent 57025de commit 50275c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/overline.R
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ overline.sf <- overline2

ol_grp <- function(sl, attrib){
sl <- data.table::data.table(sl)
sl <- sl[, .(geometry = st_combine(geometry)), by = attrib]
sl <- sl[, .(geometry = sf::st_combine(geometry)), by = attrib]
sf::st_as_sf(sl)
}

Expand Down

0 comments on commit 50275c4

Please sign in to comment.