-
Notifications
You must be signed in to change notification settings - Fork 164
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Too much data for declared Content-Length #947
Comments
Especially when minzoom is < 10,The service response is quite slow,Then my entire service process will be occupied and stuck |
Dear @RS-Y, While we encourage people raising issues, we ask for user to provide more information in order to be able to help you as much as we can. You're talking about 2 different issues:
This was solved in 0.18.1, https://github.com/developmentseed/titiler/blob/main/CHANGES.md#0181-2024-04-12
We do need to make a better documentation for this. You can read #291 first. The We usually recommend to set fetch tiles starting for the mosaic titiler/src/titiler/mosaic/titiler/mosaic/factory.py Lines 299 to 318 in a03de92
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
When I use mosaicjson to request a service, the request is very slow when minzoom is small, and When mosaicjson bounds are exceeded it results in a 204 error. Below is the detailed error information
The mosaicjson used is as follows:
{"mosaicjson":"0.0.3","version":"1.0.0","minzoom":17,"maxzoom":22,"quadkey_zoom":17,"bounds":[113.26320648193358,22.845014155559195,113.28612327575685,22.86099101151058],"center":[113.27466487884521,22.853002583534888,17],"tiles":{"13212222120030321":["E:\workspace\1\cog\1\0\1_0_b1_b2_b3_tile_0_0_cog.tif"],"13212222120030330":["E:\workspace\1\cog\1\0\1_0_b1_b2_b3_tile_0_0_cog.tif"],"13212222120030331":["E:\workspace\1\cog\1\0\1_0_b1_b2_b3_tile_0_0_cog.tif"],"13212222120031220":["E:\workspace\1\cog\1\0\1_0_b1_b2_b3_tile_0_0_cog.tif"],"13212222120031221":["E:\workspace\1\cog\1\0\1_0_b1_b2_b3_tile_0_0_cog.tif","E:\workspace\1\cog\1\0\1_0_b1_b2_b3_tile_1_0_cog.tif"]...........................}}
The text was updated successfully, but these errors were encountered: