You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type MultiLineString <:GeoInterface.AbstractMultiLineString
@@ -42,6 +45,7 @@ type MultiLineString <: GeoInterface.AbstractMultiLineString
42
45
multiline
43
46
end
44
47
MultiLineString(multiline::Vector{Vector{Vector{Float64}}}) =MultiLineString(createCollection(GEOS_MULTILINESTRING, GEOSGeom[createLineString(coords) for coords in multiline]))
type MultiPolygon <:GeoInterface.AbstractMultiPolygon
@@ -81,6 +87,7 @@ type MultiPolygon <: GeoInterface.AbstractMultiPolygon
81
87
multipolygon
82
88
end
83
89
MultiPolygon(multipolygon::Vector{Vector{Vector{Vector{Float64}}}}) =MultiPolygon(createCollection(GEOS_MULTIPOLYGON, GEOSGeom[createPolygon(coords) for coords in multipolygon]))
0 commit comments