@abi-software/flatmap-viewer 2.9.1 → 2.9.2

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.rst CHANGED
@@ -38,7 +38,7 @@ The map server endpoint is specified as ``MAP_ENDPOINT`` in ``src/main.js``. It
38
38
  Package Installation
39
39
  ====================
40
40
 
41
- * ``npm install @abi-software/flatmap-viewer@2.9.1``
41
+ * ``npm install @abi-software/flatmap-viewer@2.9.2``
42
42
 
43
43
  Documentation
44
44
  -------------
package/dist/index.js CHANGED
@@ -27122,8 +27122,8 @@ class oW {
27122
27122
  "text-offset": [0, -1.93]
27123
27123
  },
27124
27124
  paint: {
27125
- "icon-opacity": ["case", ["boolean", ["get", "hidden"], !1], 0.2, 1],
27126
- "text-opacity": ["case", ["boolean", ["get", "hidden"], !1], 0.2, 1]
27125
+ "icon-opacity": ["case", ["boolean", ["get", "hidden"], !1], 0, 1],
27126
+ "text-opacity": ["case", ["boolean", ["get", "hidden"], !1], 0, 1]
27127
27127
  }
27128
27128
  });
27129
27129
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/flatmap-viewer",
3
- "version": "2.9.1",
3
+ "version": "2.9.2",
4
4
  "description": "Flatmap viewer using Maplibre GL",
5
5
  "repository": {
6
6
  "type": "git",