Skip to content

Commit

Permalink
fix typo in geos_operations.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
nraynaud authored and visr committed Jun 2, 2022
1 parent 841339d commit d36c698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geos_operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ readgeom(wkbbuffer::Vector{Cuchar}, context::GEOSContext = _context) =
# -----
project(line::LineString, point::Point) = project(line.ptr, point.ptr)
projectNormalized(line::LineString, point::Point) =
projectprojectNormalized(line.ptr, point.ptr)
projectNormalized(line.ptr, point.ptr)
interpolate(line::LineString, dist::Real) = Point(interpolate(line.ptr, dist))
interpolateNormalized(line::LineString, dist::Real) =
Point(interpolateNormalized(line.ptr, dist))
Expand Down

0 comments on commit d36c698

Please sign in to comment.