Skip to content

Commit d36c698

Browse files
nraynaudvisr
authored andcommitted
fix typo in geos_operations.jl
1 parent 841339d commit d36c698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geos_operations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ readgeom(wkbbuffer::Vector{Cuchar}, context::GEOSContext = _context) =
7474
# -----
7575
project(line::LineString, point::Point) = project(line.ptr, point.ptr)
7676
projectNormalized(line::LineString, point::Point) =
77-
projectprojectNormalized(line.ptr, point.ptr)
77+
projectNormalized(line.ptr, point.ptr)
7878
interpolate(line::LineString, dist::Real) = Point(interpolate(line.ptr, dist))
7979
interpolateNormalized(line::LineString, dist::Real) =
8080
Point(interpolateNormalized(line.ptr, dist))

0 commit comments

Comments
 (0)