Skip to content

Commit

Permalink
fixing merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino committed Nov 21, 2024
1 parent b26b8cf commit c348237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/stroke.R
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ merge_lines <- function(

# Combine strokes and add to results
stroke <- c(forward_stroke, stroke, backward_stroke)
strokes <- c(strokes, to_linestring(stroke, nodes))
}
return(strokes)
}

0 comments on commit c348237

Please sign in to comment.