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 labs-layers for Point type features #39

Merged
merged 2 commits into from
Mar 20, 2023
Merged

Conversation

TylerMatteo
Copy link
Contributor

Summary

This change tweaks labs-layers so that it can handle Point type features. Before this, there was a bug where it would attempt to call turfUnion() on these features, which only works for Polygons and Multipolygons. Functionality for polygon layers should be unaffected, so this technically isn't a breaking change.

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.

None yet

1 participant