We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841339d commit d36c698Copy full SHA for d36c698
src/geos_operations.jl
@@ -74,7 +74,7 @@ readgeom(wkbbuffer::Vector{Cuchar}, context::GEOSContext = _context) =
74
# -----
75
project(line::LineString, point::Point) = project(line.ptr, point.ptr)
76
projectNormalized(line::LineString, point::Point) =
77
- projectprojectNormalized(line.ptr, point.ptr)
+ projectNormalized(line.ptr, point.ptr)
78
interpolate(line::LineString, dist::Real) = Point(interpolate(line.ptr, dist))
79
interpolateNormalized(line::LineString, dist::Real) =
80
Point(interpolateNormalized(line.ptr, dist))
0 commit comments