-
-
Notifications
You must be signed in to change notification settings - Fork 336
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
Workaround for issue #2117 #2148
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2148 +/- ##
==========================================
- Coverage 58.40% 58.36% -0.04%
==========================================
Files 575 575
Lines 28341 28343 +2
Branches 11376 11376
==========================================
- Hits 16552 16542 -10
- Misses 4162 4165 +3
- Partials 7627 7636 +9 ☔ View full report in Codecov by Sentry. |
Bloaty Results (iOS) 🐋Compared to main
Full report: https://maplibre-native.s3.eu-central-1.amazonaws.com/bloaty-results-ios/pr-2148-compared-to-main.txt |
@cgalvan For testing, would you like a pre-release, or can the team that needs this fix build from source? |
I've reached out to them and will let you know once they respond, thank you! |
They are going to build from source from the branch, I'll keep you posted, thanks! |
Metal backend workaround for issue #2117.
Root cause: Annotation view recycling causes apparent freeze of map display: the rendering is done but the surface is not updated.
Ref #2117