@russss/maplibregl-layer-switcher 2.1.1 → 2.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # MapLibre GL Layer Switcher
2
+ ![NPM Version](https://img.shields.io/npm/v/%40russss%2Fmaplibregl-layer-switcher)
2
3
 
3
4
  This is a layer switcher component for MapLibre GL JS, which is used on [Open Infrastructure Map](https://openinframap.org).
4
5
  Layers are selected by the string prefix of the layer name.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@russss/maplibregl-layer-switcher",
3
- "version": "2.1.1",
3
+ "version": "2.2.0",
4
4
  "type": "module",
5
5
  "description": "Layer switcher for Maplibre GL JS based on layer prefixes",
6
6
  "exports": {