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
845 stars 175 forks source link

Fix types of the request() method #407

Closed ahocevar closed 8 months ago

ahocevar commented 8 months ago

Fixes #406

constantinius commented 8 months ago

Thanks @ahocevar!