mobility-toolbox-js 2.0.0-beta.45 → 2.0.0-beta.46

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/mbt.js CHANGED
@@ -48817,7 +48817,7 @@ uniform ${i3} ${o3} u_${a3};
48817
48817
  var MapboxLayer = class extends MapboxLayerMixin_default(Layer_default4) {
48818
48818
  attachToMap(map) {
48819
48819
  super.attachToMap(map);
48820
- if (!this.map || this.mbMap) {
48820
+ if (!this.map) {
48821
48821
  return;
48822
48822
  }
48823
48823
  this.olListenersKeys.push(this.map.on("change:size", () => {