Bharat Tak

Results 32 comments of Bharat Tak

@shrinishant I am unfortunately not an expert on this, perhaps someone more seasoned here can give a more nuanced feedback. This [link](https://www.figma.com/blog/introducing-browserview-for-electron/) here describes the tradeoffs quite superficially, perhaps it...

Yes I can! Meanwhile I can also upload an example file you can test with.

Is it supposed to work with tiled and pyramidal geotiff files as image sources though? I want to know how far it is from a working setup. Right now, I...

Thanks. I am prepping a sample now, will link soon.

You can find the standalone app here https://stackblitz.com/edit/vitejs-vite-9xfepz3c?file=vite.config.js I uploaded a test tiff file here https://we.tl/t-xL99uBWaSQ The main code is in GeotiffViewer.tsx ``` import React, { useEffect, useMemo, useState, useCallback...

Thanks for looking into it. I’ll Dig in further, really want this to work, with or without a workaround. The Claude comment is so right 😅 but I think it...

Thanks for pointing that out. I’ll update here if I manage to track it down.

> An odd observation: if you replace the tileSources with a public IIIF source (e.g. tileSources: ["https://iiif.bodleian.ox.ac.uk/iiif/image/79bf8325-22fa-4696-afe5-7d827d84f393/info.json"]) it does work. I Do you have a sample for this? I've tried...

![Image](https://github.com/user-attachments/assets/c9fd3edf-33be-4fff-8a42-63ccb726e0a4) The changing "messageId" in tileSources is the problem

Ok, I made a quick hack fix to reset the messageId field if it exists and this fixes the issue ``` import { forwardRef, useContext, useImperativeHandle, useLayoutEffect, useRef, useMemo }...