v0.7.1 Compression fixes, limit geo-features per tile
Bug Fix
Properly handle compression for image, Json, and MVT tile sources. Decompress tiles if they are stored compressed, but client doesn't support that. Even supports re-compression if required (to brotli and gzip only). No longer compresses images. @nyurik with the help from @msbarry in #579
New Feature
Add support for --max-feature-count
CLI arg (and similar config file key) to limit the number of geometry features from a table in one tile @nyurik in #576
Full Changelog: v0.7.0...v0.7.1
As always, big thanks goes to @stepankuzmin for all the reviews.