georaster-layer-for-leaflet icon indicating copy to clipboard operation
georaster-layer-for-leaflet copied to clipboard

Display GeoTIFFs and soon other types of raster on your Leaflet Map

Results 77 georaster-layer-for-leaflet issues
Sort by recently updated
recently updated
newest added

Hi ! i need to load multiple file tiff (24 file) then i play it (with interval 2s then next to next tiff ) my approach is: 1. try pre-loading...

**Describe the bug** I want build a web map with COG, and found this plugin for Leaflet. I am trying the tutorial and cannot require or import the plugin `georaster-layer-for-leaflet`...

Hi Daniel - Thanks for awesome leaflet/georaster work. I am trying to explore adding canvas filters to georaster url image. Not sure where to start. Do you have any comment?...

**Describe the bug** When building an NPM project using Vite/Rollup, an error is produced during runtime (something like `xyz.defs is not a function` with a random string in place of...

I get below error in screenshot when I try to read the tiff file below. I don't have this issue with another lib that uses geotiff.js. I went through reported...

Hi guys i have a test geotiff file that i have loaded as a layer into Leaflet map. The Geotiff has been georeferenced within QGIS using the EPSG:4326 CRS (gdaltranslate...

First, thank you for creating this! I'm struggling to understand how this handles COG overviews. Using the demo as is, it appears to download the *whole* tif and not the...

Hi, I'm attempting to implement the updateColors function, but I'm struggling and haven't been able to find any examples of its usage. I'm essentially looking to modify the overlayed georaster...

The ability to read GDAL .vrt files. A .vrt can be a collection of .tifs (COG) files. Instead of loading each .tif in a loop, a function to load all...