@abi-software/flatmap-viewer 3.2.9 → 3.2.10

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@3.2.9``
41
+ * ``npm install @abi-software/flatmap-viewer@3.2.10``
42
42
 
43
43
  Documentation
44
44
  -------------
package/dist/index.js CHANGED
@@ -55678,13 +55678,13 @@ class Ydt extends xA {
55678
55678
  const r = this.facet.enabledStates;
55679
55679
  K(this, Q9) && r.push("centreline");
55680
55680
  const n = r.length === 0 ? this.facet.size === 0 : { kind: r };
55681
- return new hs(
55682
- { OR: [
55683
- { AND: [{ NOT: { layer: J2 } }, { NOT: { kind: "centreline" } }] },
55681
+ return new hs({
55682
+ OR: [
55683
+ { AND: [{ NOT: { "tile-layer": J2 } }, { NOT: { kind: "centreline" } }] },
55684
55684
  { NOT: { HAS: "kind" } },
55685
55685
  n
55686
- ] }
55687
- );
55686
+ ]
55687
+ });
55688
55688
  }
55689
55689
  }
55690
55690
  Q9 = new WeakMap();
@@ -92131,7 +92131,7 @@ const $At = [
92131
92131
  stretchY: [[7, 9]]
92132
92132
  }
92133
92133
  }
92134
- ], zAt = "3.2.9", UAt = 1.4, ZAt = 1.6, rU = "NCBITaxon:2787823", WAt = [
92134
+ ], zAt = "3.2.10", UAt = 1.4, ZAt = 1.6, rU = "NCBITaxon:2787823", WAt = [
92135
92135
  "bounds",
92136
92136
  "class",
92137
92137
  "coordinates",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/flatmap-viewer",
3
- "version": "3.2.9",
3
+ "version": "3.2.10",
4
4
  "description": "Flatmap viewer using Maplibre GL",
5
5
  "repository": {
6
6
  "type": "git",