We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looking at the v10 API I cannot find a replacement for the FileSource Resource Transform Callback: https://docs.mapbox.com/android/maps/api/9.5.0/com/mapbox/mapboxsdk/storage/FileSource.ResourceTransformCallback.html The Observable plugin might provide this feature but I cannot see a way or example to modify the request.
Other Tile providers such as HERE require custom headers on requests https://developer.here.com/documentation/vector-tiles-api/dev_guide/topics/examples/mapbox.html
It was added to GL JS on numerous requests. mapbox/mapbox-gl-js#5021
The text was updated successfully, but these errors were encountered:
Anything new on this request? I'm having the same issue. See my post on StackOverflow. Thanks :-)
Sorry, something went wrong.
Closing as I'd say solution from https://stackoverflow.com/a/76964550 should be fine. Re-open if this is still relevant.
No branches or pull requests
New Feature
Looking at the v10 API I cannot find a replacement for the FileSource Resource Transform Callback:
https://docs.mapbox.com/android/maps/api/9.5.0/com/mapbox/mapboxsdk/storage/FileSource.ResourceTransformCallback.html
The Observable plugin might provide this feature but I cannot see a way or example to modify the request.
Why
Other Tile providers such as HERE require custom headers on requests https://developer.here.com/documentation/vector-tiles-api/dev_guide/topics/examples/mapbox.html
It was added to GL JS on numerous requests.
mapbox/mapbox-gl-js#5021
The text was updated successfully, but these errors were encountered: