@aibee/crc-bmap 0.0.132 → 0.0.133

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
@@ -7359,8 +7359,7 @@ var MeshLineMaterial = class extends ShaderMaterial5 {
7359
7359
  thresholdRatio: { value: 0 },
7360
7360
  transparent: { value: true },
7361
7361
  depthTest: { vale: false },
7362
- depthWrite: { value: false },
7363
- alphaTest: { value: 0.2 }
7362
+ depthWrite: { value: false }
7364
7363
  }),
7365
7364
  vertexShader: ShaderChunk.meshline_vert,
7366
7365
  fragmentShader: ShaderChunk.meshline_frag
@@ -8033,7 +8032,7 @@ var Navigation = class extends Plugin {
8033
8032
  return;
8034
8033
  }
8035
8034
  const { control } = this.bmap.context;
8036
- const time = duration / Math.PI * 4 * diffAngle * 10;
8035
+ const time = duration / Math.PI * 4 * diffAngle;
8037
8036
  const offsetDistance = 150 / this.bmap.context.camera.zoom;
8038
8037
  const polar = this.bmap.context.control.getPolarAngle();
8039
8038
  const maxPolarAngle = this.bmap.context.control.maxPolarAngle;