georaster-layer-for-leaflet
georaster-layer-for-leaflet copied to clipboard
Display GeoTIFFs and soon other types of raster on your Leaflet Map
Hi! Mega suit of geotiff packages - really helpful, nice code to work with! I've got a GeoTIFF that has single values, not RGB bands. It looks like you're expecting...
Almost done with code for this
I am working on a leaflet app which is set in EPSG:3031 Antarctic Polar Stereographic. Provided the TIFF is also in 3031 it does display ok, however it does not...
I click on the map and want to get the tiff data of the current click, what should I do? eg: layer.on('click', function (e) { console.log('layer e -> ', e)...
test with ```sh npm install georaster-layer-for-leaflet@next ```
**Is your feature request related to a problem? Please describe.** I want to be able to get the screen grab of visible pixels in the layer and pass it for...
**Describe the bug** I tried your example code with an ALOS (30m) geotiff, and even though I can get the objectively correct elevation data out of that by performing lookups...
how to ignore when geoKeys is null
**Describe the bug** Georaster for leaflet does not appear to be projecting some COGs correctly. The scale, orientation, and shading are all incorrect. The image appears to have the grayscale...
**Describe the bug** When loading a single band raster, I get this error message - "Can not get band1 min/max, try to calculate min/max values, or setting domain" Is this...