maplibre-gl-raster 0.1.3 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -13,6 +13,7 @@ A MapLibre GL JS plugin for visualizing local and remote raster datasets (GeoTIF
13
13
  - **Multiple layers** - Layer list with visibility toggles, reordering, zoom-to, and per-layer settings
14
14
  - **GPU rendering pipeline** - Band compositing, per-band rescale, 90+ colormaps, nodata filtering, linear/sqrt/log stretch, and gamma correction as deck.gl shader modules; parameter changes re-render without re-fetching tiles
15
15
  - **Auto statistics** - Per-band min/max and histograms sampled from COG overviews (or GDAL metadata), with draggable histogram handles for the rescale range
16
+ - **Pixel inspector** - Toggle inspect mode and click the map to read the raw source values of every band of the selected layer at that location, shown in a popup (works for COGs in any CRS)
16
17
  - **Collapsible control** - A compact 29x29 map button that expands into a floating panel
17
18
  - **TypeScript + React** - Full type definitions, a React wrapper component, and hooks
18
19
  - **GeoLibre bundle output** - Builds a zip with root `plugin.json`, bundled ESM, and CSS for GeoLibre Desktop