stadiamaps / pmtiles-rs

Rust implementation of PMTiles
Apache License 2.0
52 stars 8 forks source link

Make header compression and type public #12

Closed nyurik closed 1 year ago

nyurik commented 1 year ago

In some cases, the compression and tile types are needed for the whole file, without requiring to query a specific tile to find it out.

PS also used cargo fmt