@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 +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
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.
|
|
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
|
|
27126
|
-
"text-opacity": ["case", ["boolean", ["get", "hidden"], !1], 0
|
|
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
|
}
|