-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
Offline MBTiles support? #17
Comments
Support for other protocols besides Protocols Here is a list of published apps which mention using MapLibre. A future Wiki should list the published apps that make use MapLibre. |
Thanks for the info @roblabs I'd definitely give it a try! |
Hi, can you please share how you were able to set it up? Is there any documentation? |
@SpeedFire0 Anyway, the format for each mbtiles source should be looks like: {
"id": "mbtilesSource",
"tiles": [
"mbtiles://{PATH_TO_YOUR_MBTILES}"
]
} In my case, I put mbtiles in my app's interal storage for database. So |
Am I right to understand that this is for shipping tiles with an apk. This is not about downloading tiles in-app and using later when offline as in this sample? |
This PR is updating the version of this image's parent (`bionicbase`) to keep this image (`maplibreglnativeprivate`) up-to-date. It will be merged if all tests pass via `/merge-skip-owners`; if tests do not pass, it will require manual intervention. For more details please see the [docs about Automatic Updates](https://docs.lyft.net/eng/provisioningdocs/learning/automatic_updates.html). [Here is what's changed in `bionicbase`](lyft/containers@20c7e22...389522f). REVIEWS WERE BYPASSED
I haven't been able to find in the repository and/or documentation if there's support for offline vector (and raster too) MBTiles?
I admit I don't know if that was possible in the original Mapbox implementation, so if it wasn't there, it's quite likely it isn't in this project at the moment.
Aside from this, is there any documentation for how to use the library? So far I've seen how to set it up, but not how to interact with it. E.g.: add markers, draw paths, etc.
Thank you in advance and apologies if this isn't the proper place where to ask about this. I'd more than happy to move this question somewhere else.
The text was updated successfully, but these errors were encountered: