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 polyline plot errors #36

Merged

Conversation

JohnScolaro
Copy link
Owner

There are two errors for polylines that have popped up on Sentry lately. It seems that people have activities with either a single point, or multiple points directly on top of eachother, which results in div/0 errors. This fixes those, and adds tests for the polyline visualisations while I'm at it.

There are two errors for polylines that have popped up on Sentry lately.
It seems that people have activities with either a single point, or
multiple points directly on top of eachother, which results in div/0
errors. This fixes those, and adds tests for the polyline visualisations
while I'm at it.
@JohnScolaro JohnScolaro merged commit e34aac1 into main Nov 7, 2023
2 checks passed
@JohnScolaro JohnScolaro deleted the bugfix/polyline-overlay-crash-on-single-point-polyline branch November 7, 2023 04:40
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