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

Fix issue caused by shapely bounds returning tuple. #41

Merged
merged 1 commit into from
Jan 20, 2021
Merged

Conversation

lossyrob
Copy link
Member

There were instances of setting a shapely geometry bounds attribute
directly as item bounds. This can cause issues as items require bounds
to be a list.

This commit wraps shapely bounds usage into lists and tests around the
failure case.

There were instances of setting a shapely geometry bounds attribute
directly as item bounds. This can cause issues as items require bounds
to be a list.

This commit wraps shapely bounds usage into lists and tests around the
failure case.
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

Successfully merging this pull request may close these issues.

1 participant