Skip to content

Commit

Permalink
update for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Jan 23, 2024
1 parent 230cde6 commit 4ce501e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/geom-measures.R
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,6 @@ st_line_project = function(line, point, normalized = FALSE) {
point = st_cast(point, "POINT")
if (isTRUE(st_is_longlat(line)))
message_longlat("st_project_point")
recycled = recycle_common(list(line, point))
recycled = recycle_common(list(line, point[]))
CPL_line_project(recycled[[1]], recycled[[2]], normalized)
}
2 changes: 1 addition & 1 deletion man/st_graticule.Rd

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

0 comments on commit 4ce501e

Please sign in to comment.