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

These variables can be `NaN` `if (oldrb.width !== 0 && oldrb.height !== 0) {` Example file: [population.cog.tif.zip](https://github.com/GeoTIFF/georaster-layer-for-leaflet/files/9168975/population.cog.tif.zip)

After doing the npm install Im getting Module parsed failed in 3 areas: `webpack-dev-server --inline --progress --config build/webpack.dev.conf.js ERROR Failed to compile with 3 errors5:11:51 PM error in ./node_modules/georaster-layer-for-leaflet/dist/georaster-layer-for-leaflet.js **Module...

i just clicked on the demo and it says this error ![image](https://user-images.githubusercontent.com/97578341/171446806-3253c9da-d27e-42c2-9184-b29b73f1a666.png)

I'm trying to use "georaster-layer-for-leaflet" in my react application, I'm importing this way: import { GeoRasterLayer } from "georaster-layer-for-leaflet"; and my program is crashing and I get this error: "FATAL...

Hi there! I'm having an issue when loading a GeoTiff as explained in the README.md. I thought that I was doing something wrong so I also decided to try: [Load...

**Is your feature request related to a problem? Please describe.** I use the react-leaflet library and Id love to be able to add a Georaster layer as a react component....

**Describe the bug** When we run georaster, our nuxt project doesn't read this library. Instead of this thrown ERROR in ./node_modules/georaster-layer-for-leaflet/dist/georaster-layer-for-leaflet.min.js 2:37677 Module parse failed: Unexpected token (2:37677) You may...

I've generated a COG of a land cover (integer) map and hosted it on the cloud. I used gdalwarp with nearest resampling for the creation of the cog and the...

in ./node_modules/georaster-layer-for-leaflet/dist/georaster-layer-for-leaflet.min.js 2:37677 Module parse failed: Unexpected token (2:37677) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See...

**Describe the bug** Currently the [georaster-layer-for-leaflet](https://github.com/GeoTIFF/georaster-layer-for-leaflet) package points to the minified file which includes pretty much all the dependencies (eg proj4, chromajs etc). https://github.com/GeoTIFF/georaster-layer-for-leaflet/blob/1b05e990ac333ae4f447a01dfe46da569b1eacaf/package.json#L5-L8 The minified files are handy for...