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

🐛 Handle erroneous polylines #477

Merged
merged 1 commit into from
Jan 27, 2025
Merged

🐛 Handle erroneous polylines #477

merged 1 commit into from
Jan 27, 2025

Conversation

jheubuch
Copy link
Collaborator

This commit addresses cases where the Polyline data may have missing coordinates.

  • It handles missing coordinates by setting them to 0, and it skips erroneous polylines that have (0/0) as a point.
  • It hides the map if there is no Polyline data available, preventing an empty or misleading map display.
  • It adds a new string resource for cases when there is no map view available for a check-in.

fixes #473

This commit addresses cases where the Polyline data may have missing coordinates.

- It handles missing coordinates by setting them to 0, and it skips erroneous polylines that have (0/0) as a point.
- It hides the map if there is no Polyline data available, preventing an empty or misleading map display.
- It adds a new string resource for cases when there is no map view available for a check-in.
@jheubuch jheubuch enabled auto-merge (squash) January 27, 2025 13:09
@jheubuch jheubuch merged commit 7357825 into dev Jan 27, 2025
1 check passed
@jheubuch jheubuch deleted the dev-jh/473 branch January 27, 2025 13:16
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.

Invalid map data crashes the app
1 participant