Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: ensure agg_tiles_hash_after_apply is added even on empty mbtiles #1242

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

nyurik
Copy link
Member

@nyurik nyurik commented Mar 11, 2024

If a diff between two mbtiles is empty, agg_tiles_hash_after_apply must still be generated. It was not before because two identical tilesets would have the same agg_tiles_hash, thus skipping the generation of agg_tiles_hash_after_apply

If a diff between two mbtiles is empty, `agg_tiles_hash_after_apply` must still be generated.  It was not before because two identical tilesets would have the same `agg_tiles_hash`, thus skipping the generation of `agg_tiles_hash_after_apply`
@nyurik nyurik requested a review from sharkAndshark March 11, 2024 05:36
@nyurik nyurik merged commit db09440 into maplibre:main Mar 11, 2024
19 checks passed
@nyurik nyurik deleted the mbtiles-empty-copy branch March 11, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants