Replies: 1 comment
-
|
Realized that this prob not the right placed to ask- moved to protomaps/PMTiles#594 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all- I'm currently building a Tauri app, and I'm trying to bundle a PMTiles of a city into the app for offline usage.
Currently I've tried loading the entire PMTile (about 10mb) into the Blob and use the blob URL as the pmtile source (as some other suggest). However, maplibre is trying to get the partial content instead of the full file, which is extremely slow, even slower than getting it from the web, is there a better way of doing that? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions