@teeechina/teee-map 0.0.31 → 0.0.32

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/dist/teee-map.mjs CHANGED
@@ -42212,7 +42212,7 @@ var Gn = class {
42212
42212
  for (let t of e.circuitInterlock) {
42213
42213
  let e = t.name.split(":")[0], n = t.name.split(":")[1], r = this.getCircuitFeature(e, n);
42214
42214
  r && this.updateFeatureState(r.properties.code, {
42215
- state: t.state,
42215
+ state: Number(t.state),
42216
42216
  visiable: !0
42217
42217
  });
42218
42218
  }