@aibee/crc-bmap 0.0.83 → 0.0.84

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
@@ -3186,7 +3186,7 @@ var BMap = class extends EventDispatcher7 {
3186
3186
  this.context.control.maxZoom = this.basicZoom * 25;
3187
3187
  this.context.control.addEventListener("change", this.onControlChange);
3188
3188
  if (this.type === "3d") {
3189
- this.context.fitCameraToGround([80, 20, 80, 20], 0, false);
3189
+ this.context.fitCameraToGround([20, 20, 20, 20], 0, false);
3190
3190
  }
3191
3191
  this.onControlChange();
3192
3192
  this.context.cameraBound.setEnable(true);