geotiff.js is a small library to parse TIFF files for visualization or analysis. It is written in pure JavaScript, and is usable in both the browser and node.js applications.
I'm getting the following error at a specific zoom level in OpenLayers using the new GeoTiff Source:
Uncaught (in promise) AggregateError: Request failed
at BlockedSource.fetch (blockedsource.js?79f4:155:1)
at async GeoTIFFImage.getTileOrStrip (geotiffimage.js?78f4:358:1)
I do convert the tiff images with gdal to epsg 3857, cog and I add overviews likes this:
I get the error code 416 (Range Not Satisfiable) as a response from my server at the specific zoom level, I'm not sure why he gets confused with the byte range, any idea?
Hi,
I'm getting the following error at a specific zoom level in OpenLayers using the new GeoTiff Source:
I do convert the tiff images with gdal to epsg 3857, cog and I add overviews likes this:
I get the error code 416 (Range Not Satisfiable) as a response from my server at the specific zoom level, I'm not sure why he gets confused with the byte range, any idea?