@aibee/crc-bmap 0.6.6 → 0.6.7

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
@@ -6533,6 +6533,7 @@ var Control = class extends MapControls {
6533
6533
  if (!offsetY) {
6534
6534
  return;
6535
6535
  }
6536
+ this.camera.updateMatrix();
6536
6537
  const offset = new Vector320();
6537
6538
  offset.setFromMatrixColumn(this.camera.matrix, 1);
6538
6539
  offset.normalize();