@aibee/crc-bmap 0.0.45 → 0.0.46

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/lib/bmap.esm.js CHANGED
@@ -1095,7 +1095,9 @@ var PoiLayer = class extends Layer {
1095
1095
  return false;
1096
1096
  });
1097
1097
  item.setVisible(!valid);
1098
- range.push({ left, right, top, bottom });
1098
+ if (!valid) {
1099
+ range.push({ left, right, top, bottom });
1100
+ }
1099
1101
  });
1100
1102
  }
1101
1103
  registryEvent() {