@aibee/crc-bmap 0.0.137 → 0.0.138

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
@@ -567,7 +567,7 @@ function initLight() {
567
567
  function initControl(camera, domElement) {
568
568
  const control = new MapControls(camera, domElement);
569
569
  control.enableDamping = false;
570
- control.zoomSpeed = 1.5;
570
+ control.zoomSpeed = 1;
571
571
  return control;
572
572
  }
573
573
  function initShape(path, holePath = []) {