-
-
Notifications
You must be signed in to change notification settings - Fork 65
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: usage of PMTiles on iOS 17 through VectorSource with NSString #625
Conversation
@conbrad could you please also have a look at this? |
Looks reasonable, however is it possible to simplify, remove the conditional block and just always use Regarding @tyrauber 's comment , I believe PMTiles relies solely on HTTP headers, so URL params shouldn't be a factor, unless of course you're using params through a proxy or something... |
@conbrad see my comment here maplibre/maplibre-native#3151 (comment) regarding only using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I've posted a workaround to the issue. Therefore lets wait for the release of the fix maplibre/maplibre-native#3163 upstream, then I will adopt this PR. |
This is now ready for review, to be merged after #650. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this builds on the other PR updated the native SDK, but the protomap code looks cleaner. Nice!
# Conflicts: # android/gradle.properties
# [10.1.0](v10.0.1...v10.1.0) (2025-02-25) ### Bug Fixes * usage of PMTiles on iOS 17 through VectorSource with NSString ([#625](#625)) ([f9d0823](f9d0823)) ### Features * allow configuration of Android SDK variant ([#622](#622)) ([6bc5fec](6bc5fec)) * upgrade MapLibre Native Android (11.8.1) & iOS (6.11.0) ([#650](#650)) ([0053ee7](0053ee7))
🎉 This PR is included in version 10.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fixes #618
To test, use this Bug Report example #618 (comment)
Now it also works on iOS 17.