-
-
Notifications
You must be signed in to change notification settings - Fork 60
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: evade parsing of pmtiles with NSURL #625
base: main
Are you sure you want to change the base?
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. |
Fixes #618
To test, use this Bug Report example #618 (comment)
Now it also works on iOS 17.