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

Map tiles are covering the track polyline on iOS 16 / Xcode 14.0 #232

Closed
Frank-Peter opened this issue Sep 14, 2022 · 1 comment · Fixed by #230
Closed

Map tiles are covering the track polyline on iOS 16 / Xcode 14.0 #232

Frank-Peter opened this issue Sep 14, 2022 · 1 comment · Fixed by #230
Labels

Comments

@Frank-Peter
Copy link
Contributor

This seems to be a general problem in iOS 16 / Xcode 14.0: Tiles of non-Apple maps are covering the polyline overlays all the time; so the tracks are not visible on non-Apple maps.

@vincentneo vincentneo added the bug label Sep 14, 2022
@vincentneo
Copy link
Collaborator

Thanks for reporting. Will look into this.

@vincentneo vincentneo linked a pull request Sep 14, 2022 that will close this issue
vincentneo added a commit that referenced this issue Sep 14, 2022
Seems to fix said issue except:
- when user pauses and changes tile type
- when polyline overlay no longer considered current, as tile overlay keeps becoming the top overlay when map camera changes location
- not tested for pre iOS 15

Focus should be at the tile overlay rather than segment overlay it seems.
vincentneo added a commit that referenced this issue Sep 18, 2022
uses https://github.com/vincentneo/MapCache/tree/ios16-add-overlay-patch fork rather than deployed 0.9 version.

special thanks to @Frank-Peter for reporting issue, testing and the extension from ec4edbd#commitcomment-84238460

Co-Authored-By: Frank-Peter <64739349+Frank-Peter@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants