mobility-toolbox-js 2.0.0-beta.65 → 2.0.0-beta.66

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.
@@ -570,7 +570,7 @@ function RealtimeLayerMixin(Base) {
570
570
  if (this.time && timeIntervals.length) {
571
571
  const lastTimeInterval = timeIntervals[timeIntervals.length - 1][0];
572
572
  if (lastTimeInterval < this.time) {
573
- this.trackerLayer.removeTrajectory(key);
573
+ this.removeTrajectory(key);
574
574
  }
575
575
  }
576
576
  });
package/mbt.js CHANGED
@@ -49512,7 +49512,7 @@ uniform ${i3} ${o3} u_${a3};
49512
49512
  if (this.time && timeIntervals.length) {
49513
49513
  const lastTimeInterval = timeIntervals[timeIntervals.length - 1][0];
49514
49514
  if (lastTimeInterval < this.time) {
49515
- this.trackerLayer.removeTrajectory(key);
49515
+ this.removeTrajectory(key);
49516
49516
  }
49517
49517
  }
49518
49518
  });