maplibre-gl-layer-control 0.14.0 → 0.15.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 +2 -2
- package/dist/index.cjs +679 -111
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +679 -111
- package/dist/index.mjs.map +1 -1
- package/dist/maplibre-gl-layer-control.css +111 -51
- package/dist/types/index.d.ts +72 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,9 +12,9 @@ A comprehensive layer control for MapLibre GL with advanced styling capabilities
|
|
|
12
12
|
|
|
13
13
|
- ✅ **Auto-detection** - Automatically detects layer properties (opacity, visibility) and generates friendly names
|
|
14
14
|
- ✅ **Layer visibility toggle** - Checkbox control for each layer
|
|
15
|
-
- ✅ **Layer opacity control** - Smooth opacity slider with type-aware property mapping
|
|
15
|
+
- ✅ **Layer opacity control** - Smooth opacity slider with type-aware property mapping; **double-click the slider to type an exact percentage (0-100%)**
|
|
16
16
|
- ✅ **Layer symbols** - Visual type indicators (colored shapes) next to layer names, auto-detected from layer paint properties
|
|
17
|
-
- ✅ **Resizable panel** -
|
|
17
|
+
- ✅ **Resizable panel** - **Drag either edge of the panel to resize it**, plus a width slider and keyboard support
|
|
18
18
|
- ✅ **Advanced style editor** - Per-layer-type styling controls:
|
|
19
19
|
- **Fill layers**: color, opacity, outline-color
|
|
20
20
|
- **Line layers**: color, width, opacity, blur
|