top | item 46764464

(no title)

Humphrey | 1 month ago

Oh pmtiles is such a simple and innovative solution!

discuss

order

pratio|1 month ago

Yes, Absolutely in love with it. Loading tiles with range requests made our application so much faster.

jtbaker|1 month ago

It's very cool! If you want to get higher cache hit rates from a CDN or redis etc. and lower the amount of S3 reads, you can get set up a proxy to convert `/{z}/{x}/{y}.mvt` requests into the byte-range requests: https://docs.protomaps.com/deploy/

Brandon has some example code you can lift to dump it into a Cloudflare Worker or other platforms on that page.