Replies: 1 comment 1 reply
-
I think it's possible, but I'm not sure you'll be able to do it as part of maplibre-gl-js (your second idea anyway). |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I wonder if it would be possible to bring down the page load time of MapLibre GL JS by bundling the tiles needed for the first view together with the javascript library?
Or maybe the tiles would not have to be bundled with the library, but when the client requests the
maplibre-gl.js
package it could at the same time also get some first tiles such that they are in the browser cache already. Do you think that would work?Beta Was this translation helpful? Give feedback.
All reactions