geotiffjs / geotiff.js

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.
https://geotiffjs.github.io/
MIT License
878 stars 183 forks source link

File not loading properly #312

Open crh3675 opened 2 years ago

crh3675 commented 2 years ago

I have 3 files, the first two TIF load fine but the last one does not image visible.zip

crh3675 commented 2 years ago

How can I get the SRC code for debugging?

crh3675 commented 2 years ago

I think blockSize is necessary for larger files due to XHR max requests for a single URL. I changed to blockSize: 65535 * 5 and it worked