@aibee/crc-bmap 0.6.9 → 0.6.10

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
@@ -8530,7 +8530,7 @@ var PositionNavigation = class extends EventDispatcher10 {
8530
8530
  this.pointIndex = 0;
8531
8531
  setTimeout(() => {
8532
8532
  resolve(this.startCurRouteSimulation());
8533
- }, 2e3);
8533
+ }, 3e3);
8534
8534
  } else {
8535
8535
  resolve(true);
8536
8536
  console.log(arr, this.routeIndex, this.paths);