5 ms·
You typically use byte-range caching in libraries—either using an edge worker (a la Cloudflare) to create separate GET requests from the client's perspective or
by lukeqsee 4y ago
You typically use byte-range caching in libraries—either using an edge worker (a la Cloudflare) to create separate GET requests from the client's perspective or directly in the client.
- cancan 4y agoi think you can also directly call them from the maplibre lib itself using the pmtiles adapter https://github.com/protomaps/PMTiles https://github.com/protomaps/PMTiles https://github.com/protomaps/PMTiles/blob/main/js/examples/maplibre.html#L24 https://github.com/protomaps/PMTiles/blob/main/js/examples/m...