georaster-layer-for-leaflet
georaster-layer-for-leaflet copied to clipboard
Display GeoTIFFs and soon other types of raster on your Leaflet Map
Should add tests in https://epsg.io/3031, https://epsg.io/3413, and https://epsg.io/3976. Some polar projections are more difficult than others (especially conic ones), so adding more test cases and test data to https://github.com/geotiff/test-data will...
**Describe the bug** When loading a cog that is in a non-native coordinate system, the cog is displayed in a way that individual tiles do not align well at the...
Hi, I work on a windows machine and it is really hard to contribute because the scripts in the package.json are made for Unix-OS and I wasn't able to run...
If we save the reproject/resampled tile data (before band expression is applied), then a user can quickly apply new band expressions without needing to refetch/recreate the tile data.
**Describe the bug** Thank you very much for developing the package. When installing package through npm and bundling using vite, I get the Uncaught Typeerror. But, if I use the...
@khannurien , how many bands does your raster have? If it's a simple 3-Band RGB raster you could do: ```javascript pixelValuesToColorFn: values => values[0] === -99.0 ? null : `rgb(${values[0]},${values[1]},${values[2]})`...
**Describe the bug** COGs are skewed at lower zoom levels. This only happens when the data gets loaded directly using the URL. Loading the file into an arrayBuffer works correctly,...
**Describe the bug** I'm trying to visualize the eu_pasture.tiff from the test-data repo in stac-layer. It results in an error message: > TypeError: r.rawToRgb is not a function This only...
Hi, using React-Leaflet I'm able to display PNG layers within LayerControl.Baselayer TileLayer, and can display the various layers as additional layers on top of the initial baselayer. Utilizing a basic...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. The leaflet to display the military standard images such as...