protomaps / go-pmtiles

Single-file executable tool for working with PMTiles archives
BSD 3-Clause "New" or "Revised" License
350 stars 48 forks source link

Implement native file bucket with change detection #132

Closed msbarry closed 6 months ago

msbarry commented 6 months ago

Move file:// url handling to a dedicated implementation instead of using gocloud. Also made it detect file changes so that the server will purge its cache when the file changes.