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 CLI that optimizes an mbtiles of vector tiles #37

Open
springmeyer opened this issue Aug 26, 2019 · 1 comment
Open

Add CLI that optimizes an mbtiles of vector tiles #37

springmeyer opened this issue Aug 26, 2019 · 1 comment

Comments

@springmeyer
Copy link
Contributor

A CLI tool that runs this module over an entire tileset in an mbtiles file would be a useful way of exploring optimizations and optimizing entire outputs from tile generators like tippecanoe.

The CLI could be:

./bin/optimize-mbtiles.js [style.json] [input.mbtiles] [output.mbtiles] 

By default it would require writing a new mbtiles. But potentially it could accept an option to overwrite the existing mbtiles with optimized tiles (for the very experienced user).

@indus
Copy link

indus commented Jan 31, 2022

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