Skip to content
New issue

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

Error while loading TIFF file #46

Open
sotex opened this issue Sep 25, 2023 · 1 comment
Open

Error while loading TIFF file #46

sotex opened this issue Sep 25, 2023 · 1 comment

Comments

@sotex
Copy link

sotex commented Sep 25, 2023

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);

image

@sintret
Copy link

sintret commented Oct 26, 2023

same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants