Why are Multi{Polygon,Linestring,...} <: AbstractVector
and not <: AbstractGeometry
#95
Labels
Multi{Polygon,Linestring,...} <: AbstractVector
and not <: AbstractGeometry
#95
What is the benefit of them being AbstractVectors?
In AlgebraOfGraphics we would like to support all shapes that are plottable. We would like to just implement methods for AbstractGeometry. Instead we have to define methods for Multi* types separately.
MakieOrg/AlgebraOfGraphics.jl#80
related to #70
The text was updated successfully, but these errors were encountered: