maplibre-gl-raster 0.1.2 → 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 +1 -0
- package/dist/{RasterControl-C8Znszmf.js → RasterControl-Dsq7VIl7.js} +922 -160
- package/dist/RasterControl-Dsq7VIl7.js.map +1 -0
- package/dist/assets/{decode-BvR5vy7g.js → decode-CdkGJX8C.js} +11 -2
- package/dist/assets/{decode-BvR5vy7g.js.map → decode-CdkGJX8C.js.map} +1 -1
- package/dist/assets/{lerc-By2TvjAX.js → lerc-CLJkU_zB.js} +2 -2
- package/dist/assets/{lerc-By2TvjAX.js.map → lerc-CLJkU_zB.js.map} +1 -1
- package/dist/assets/{worker-C6cg9T3Y.js → worker-CcHZ_QZT.js} +2 -2
- package/dist/assets/{worker-C6cg9T3Y.js.map → worker-CcHZ_QZT.js.map} +1 -1
- package/dist/{decode-BMFOVF9X.js → decode-BL-qbDOV.js} +11 -2
- package/dist/{decode-BMFOVF9X.js.map → decode-BL-qbDOV.js.map} +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{lerc-B7WY-v3y.js → lerc-DSUJtfvu.js} +2 -2
- package/dist/{lerc-B7WY-v3y.js.map → lerc-DSUJtfvu.js.map} +1 -1
- package/dist/maplibre-gl-raster.css +144 -2
- package/dist/react.mjs +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/react.d.ts +1 -0
- package/package.json +6 -4
- package/dist/RasterControl-C8Znszmf.js.map +0 -1
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
|