Skip to content

Commit dfb0083

Browse files
authored
Merge pull request #11 from visr/patch-1
fix MultiPoint point type
2 parents 6f590ad + 3e78656 commit dfb0083

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)