You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look at the requests that are made as it loads and observe that no tiles show up and requests fail with 500.
When you zoom in, those tile requests succeed and data appears.
Cause?
The question is whether this is a backend service issue, a data issue (broken COG), or a frontend/configuration issue (whether the requests is even legal).
Either way, I think the 500 error is not very helpful here.
I did some quick debugging and noticed that the 500 errors are consistently thrown starting at zoom level 12 and higher for this dataset. Hardcoding the zoom to 11 resolves the problem, so it seems to be specific to higher zoom levels and likely a backend issue rather than an illegal request format.
How to reproduce
See comparison map below the scrollytelling feature in https://deploy-preview-481--visex.netlify.app/stories/darnah-flood
Look at the requests that are made as it loads and observe that no tiles show up and requests fail with 500.
When you zoom in, those tile requests succeed and data appears.
Cause?
The question is whether this is a backend service issue, a data issue (broken COG), or a frontend/configuration issue (whether the requests is even legal).
Either way, I think the 500 error is not very helpful here.
Re-tracing the requests
https://openveda.cloud/api/raster/searches/register
with payload:
responded with:
and then tile requests like
https://openveda.cloud/api/raster/searches/27e9884f37bd3fc632658a84644b68dd/tiles/WebMercatorQuad/13/4611/3306?assets=cog_default&bidx=1&title=VEDA+Dashboard+Render+Parameters&rescale=0%2C5000&resampling=bilinear&colormap_name=magma
fail with a 500 and
The text was updated successfully, but these errors were encountered: