tilezen / tilepacks

Tools to build tile packages meant for offline usage.
MIT License
9 stars 8 forks source link

Add internal ZIPing of individual tiles within tile pack MBTiles #6

Open nvkelso opened 7 years ago

nvkelso commented 7 years ago

As suggested in https://github.com/tangrams/tangram-es/issues/1552#issuecomment-310866480 it may improve overall file size and is a valid MBTiles option.

iandees commented 7 years ago

We can definitely do this, but the best way to improve overall file size is to zip the entire mbtiles file, not individual tiles.

Compressing individual tiles just means there's slightly less data to read out of sqlite for each tile.