You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
When extracting the tiles as .pbf from an .mbtiles these seems to be ziped. Before being able to consume them from a client using .js they need to be uncompressed first. Would it be possible to have an option to produce uncompressed .pbf ? This way the process of creating uncompressed .pbf can be done in one step.
Hi,
When extracting the tiles as .pbf from an .mbtiles these seems to be ziped. Before being able to consume them from a client using .js they need to be uncompressed first. Would it be possible to have an option to produce uncompressed .pbf ? This way the process of creating uncompressed .pbf can be done in one step.
Thanks