Closed
Description
Originally posted by @nvkelso in https://github.com/tilezen/vector-datasource/issue_comments#issuecomment-447149749
For zoom 0 we're still including too many countries. The same is true for zooms 1 and 2. Addressing this will have significant file size savings.
Seems like we're doing 512 min_zoom math instead of 256 math? Like at zoom 0 we should only see features with min_zoom < 1, but many 1.x graded features are included.
Poland is included at zoom 2, but it's min_zoom is 3.