maplibre-gl-layer-control 0.8.2 → 0.9.1
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 -0
- package/dist/index.cjs +643 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +643 -8
- package/dist/index.mjs.map +1 -1
- package/dist/maplibre-gl-layer-control.css +168 -2
- package/dist/types/index.d.ts +118 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/maplibre-gl-layer-control)
|
|
4
4
|
[](https://www.npmjs.com/package/maplibre-gl-layer-control)
|
|
5
5
|
[](https://github.com/opengeos/maplibre-gl-layer-control/blob/main/LICENSE)
|
|
6
|
+
[](https://codesandbox.io/p/github/opengeos/maplibre-gl-layer-control)
|
|
7
|
+
[](https://stackblitz.com/github/opengeos/maplibre-gl-layer-control)
|
|
6
8
|
|
|
7
9
|
A comprehensive layer control for MapLibre GL with advanced styling capabilities. Built with TypeScript and React, providing both vanilla JavaScript and React integration options.
|
|
8
10
|
|