adb-shared 6.2.10 → 6.2.11

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.
@@ -3211,8 +3211,8 @@ class AdbObsMapComponent {
3211
3211
  }
3212
3212
  ngAfterViewInit() {
3213
3213
  this.map = AdbMapUtils.createMap(this.mapId, {
3214
- zoom: true,
3215
- scrollZoom: true,
3214
+ zoom: false,
3215
+ scrollZoom: false,
3216
3216
  providers: true
3217
3217
  });
3218
3218
  this.map.whenReady(() => {