We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser: Chromium 102.0.5005.167 and firefox 117.0.1 (64 bit)
When loading a TIFF file larger than the 65536 bytes size using the following code.
const url = tiffUrl; const options = { renderer: L.LeafletGeotiff.plotty({ displayMin: displayMin, displayMax: displayMax, clampLow: false, clampHigh: false, }), bounds: tiffBounds, blockSize: 65536, clearBeforeMove: false, }; let layer = new L.leafletGeotiff(url, options);
The text was updated successfully, but these errors were encountered:
same error
Sorry, something went wrong.
No branches or pull requests
Browser: Chromium 102.0.5005.167 and firefox 117.0.1 (64 bit)
When loading a TIFF file larger than the 65536 bytes size using the following code.
The text was updated successfully, but these errors were encountered: