Skip to content

v0.7.1 Compression fixes, limit geo-features per tile

Compare
Choose a tag to compare
@nyurik nyurik released this 20 Feb 16:50
· 1008 commits to main since this release
3fcad46

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.