Skip to content

Commit 3e78656

Browse files
authored
fix MultiPoint point type
#8 (comment)
1 parent 6f590ad commit 3e78656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/basic_types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Base.size(ms::MultiLineString) = size(ms.linestrings)
294294

295295
struct MultiPoint{
296296
Dim, T <: Real,
297-
Element <: Point{Dim, T},
297+
Element <: AbstractPoint{Dim, T},
298298
A <: AbstractVector{Element}
299299
} <: AbstractVector{Element}
300300

0 commit comments

Comments
 (0)