Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nvkelso opened this issue Jun 26, 2017 · 1 comment
Open

Comments

@nvkelso
Copy link
Member

nvkelso commented Jun 26, 2017

As suggested in tangrams/tangram-es#1552 (comment) it may improve overall file size and is a valid MBTiles option.

@iandees
Copy link
Member

iandees commented Jun 26, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants