Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shift+E creates Polygon Z in some cases #218

Closed
LucaMarconato opened this issue Mar 23, 2024 · 2 comments
Closed

Shift+E creates Polygon Z in some cases #218

LucaMarconato opened this issue Mar 23, 2024 · 2 comments

Comments

@LucaMarconato
Copy link
Member

Reported here: scverse/spatialdata-plot#230.

Though it was not a problem anymore; I'll look into this.

@LucaMarconato
Copy link
Member Author

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 LucaMarconato changed the title Shift+E creates Polygon E in some cases Shift+E creates Polygon Z in some cases Mar 30, 2024
@LucaMarconato
Copy link
Member Author

Fixed in #228 both for points and polygons (multipolygons can't currently be drawn).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant