Shift+E creates Polygon Z in some cases
Closed this issue · 2 comments
LucaMarconato commented
Reported here: scverse/spatialdata-plot#230.
Though it was not a problem anymore; I'll look into this.
LucaMarconato commented
I could reproduce. We could use .force_2d()
from geopandas
but it is only available in main and not 0.14.3
. I will add shapely>=2.0.3
as a requirement where .force_2d()
is available and implement this manually.
LucaMarconato commented
Fixed in #228 both for points and polygons (multipolygons can't currently be drawn).