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

Raise tippecanoe-decode tile size limit to 250 MB #299

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

e-n-f
Copy link
Collaborator

@e-n-f e-n-f commented Nov 20, 2024

Tippecanoe-decode had a 50 MB limit on the size of single tiles to decode, I think to keep it from risking trying to read an entire mbtiles file into memory to try to decode it as a tile. But I am now running into a tile larger than 50 MB that I need to decode. So this PR raises the limit to 250 MB and gives a clearer message if that limit is ever exceeded.

@e-n-f e-n-f marked this pull request as ready for review November 21, 2024 00:04
Copy link

@ChrisLoer ChrisLoer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumping the limit is odd, but it makes sense in the particular (odd) Felt use case.

@e-n-f e-n-f merged commit 11e3196 into main Nov 21, 2024
4 checks passed
@e-n-f e-n-f deleted the raise-decode-size-limit branch November 21, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants