@aibee/crc-bmap 0.0.140 → 0.0.141

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
@@ -6557,7 +6557,7 @@ var BMap = class extends EventDispatcher7 {
6557
6557
  this.context.fitCameraToGround(void 0, 0);
6558
6558
  const basicZoom = this.context.camera.zoom;
6559
6559
  this.context.control.minZoom = basicZoom;
6560
- this.context.control.maxZoom = basicZoom * 25;
6560
+ this.context.control.maxZoom = basicZoom * 30;
6561
6561
  if (this.type === "3d") {
6562
6562
  this.context.fitCameraToGround(this.config.defaultPadding, 0, false);
6563
6563
  }