leaflet-geotiff-2 icon indicating copy to clipboard operation
leaflet-geotiff-2 copied to clipboard

Leaflet plugin for displaying geoTIFF raster data

Results 14 leaflet-geotiff-2 issues
Sort by recently updated
recently updated
newest added

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. ```js const url = tiffUrl;     const options...

I have a GeoTIFF file with 12 different bands. I can open it in QGIS and see 12 bands with different raster data (monthly solar data of the location). But...

I have a large Geotiff (500 MB). Its cloud optimized in COG format. Can this library handle that? Most likely through range requests to get only the necessary bytes out...

also firing 'loadTiff' event when data is loaded (#37)

Hi there, i'm wondering if there is an elegant solution to use the TIFF's data min and max for the renderer options displayMin and displayMax? Currently, I only see the...

Hello, I'm trying out clipping on the demo and I can't seem to make it happen. I've added the following clip array that should bisect the tif. ``` const windSpeedUrl...

I'm using FileReader to add multiple files. It works fine for one file but when adding more files, only the last file is rendered correctly. I think it an issue...

It would be nice to have an event that would tell the caller that the image has successfully been processed. This would allow the UI to show a spinner while...

enhancement
good first issue

Hi there. I'm running into a couple potential errors (could be on my end). I'm hoping you can help me understand what's going wrong. I have a local geotiff with...

On firefox and safari, when the map is moved (pan), the layer jumps on the map. You can see this with the demo site: https://danwild.github.io/leaflet-geotiff-2/ In _reset(), L.DomUtil.setPosition() moves the...