@aibee/crc-bmap 0.0.137 → 0.0.139
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.cjs.min.js +1 -1
- package/lib/bmap.cjs.min.js.map +2 -2
- package/lib/bmap.esm.js +1 -1
- package/lib/bmap.esm.js.map +1 -1
- package/lib/bmap.esm.min.js +1 -1
- package/lib/bmap.esm.min.js.map +2 -2
- package/lib/bmap.min.js +1 -1
- package/lib/bmap.min.js.map +2 -2
- package/package.json +1 -1
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 =
|
|
570
|
+
control.zoomSpeed = 0.5;
|
|
571
571
|
return control;
|
|
572
572
|
}
|
|
573
573
|
function initShape(path, holePath = []) {
|