-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Remove broken mapbox URL support #25
Comments
Thanks for opening this issue, @ianthetechie. Since MapLibre is vendor neutral, I think we should not maintain protocols of map service providers inside the MapLibre Organization. Instead, we should make it easy for service providers to hook their custom logic into our libraries. In MapLibre GL JS, we can achieve custom protocols with the In MapLibre GL Native, there is probably still the support for the maptiler protocol, but this is just a leftover from when MapTiler donated the repository to MapLibre. It will be removed in the future. |
Gotcha; thanks for letting me know. I created this issue because I saw Native had such support haha. I’ll update this to remove then.As for creating PRs, the usual process on GitHub is to create your own form and submit a PR. No special access is needed to do this.1/14/23 06:02, Oliver Wipfli ***@***.***> 작성:
Thanks for opening this issue, @ianthetechie. Since MapLibre is vendor neutral, I think we should not maintain protocols of map service providers inside the MapLibre Organization. Instead, we should make it easy for service providers to hook their custom logic into our libraries. In MapLibre GL JS, we can achieve custom protocols with the addProtocol function.
In MapLibre GL Native, there is probably still the support for the maptiler protocol, but this is just a leftover from when MapTiler donated the repository to MapLibre. It will be removed in the future.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
It doesn't look like these are working correctly at the moment. I believe the underlying native lib has support for custom URL schemes (and MapTiler right now?), so this wrapper is probably at fault. We should figure out the best way to support these going forward.
The text was updated successfully, but these errors were encountered: