Skip to content

Commit 4ce501e

Browse files
committed
update for this branch
1 parent 230cde6 commit 4ce501e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/geom-measures.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,6 @@ st_line_project = function(line, point, normalized = FALSE) {
258258
point = st_cast(point, "POINT")
259259
if (isTRUE(st_is_longlat(line)))
260260
message_longlat("st_project_point")
261-
recycled = recycle_common(list(line, point))
261+
recycled = recycle_common(list(line, point[]))
262262
CPL_line_project(recycled[[1]], recycled[[2]], normalized)
263263
}

man/st_graticule.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)