404 on tile raster source logging #5776
Unanswered
christiandenisi
asked this question in
Q&A
Replies: 1 comment
-
It's very hard to help without any code, but you might want to try chatGPT or our slack channel for further assistance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to display .tif files on the map and I'm doing it with files on S3 to which Titiler has access which provides me with the URL for generating the tiles
when the tiles are loaded on the map some requests from titiler go to 404 (but it is still displayed), but I have a log of all these errors which on many rasters weighs down the web app and affects performance, to avoid an override of console.error, do you have solutions to remove this logging directly from maplibre or modify the structure of the tif file?
Beta Was this translation helpful? Give feedback.
All reactions