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

Bugfix: remove needless credentials argument #416

Closed pavelvasev closed 6 months ago

pavelvasev commented 7 months ago

This PR fixes bug explained in #415 .

It seems someone who developed this code wanted to move credentials option into RemoteSource class; but then forgot to complete the work and made code non-working. The PR undoes this effort and makes the code work again.