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.
- package/common/mixins/RealtimeLayerMixin.js +1 -1
- package/mbt.js +1 -1
- package/mbt.js.map +2 -2
- package/mbt.min.js +1 -1
- package/mbt.min.js.map +2 -2
- package/ol/layers/Layer.d.ts.map +1 -1
- package/ol/layers/Layer.js +2 -3
- package/package.json +1 -1
|
@@ -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.
|
|
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.
|
|
49515
|
+
this.removeTrajectory(key);
|
|
49516
49516
|
}
|
|
49517
49517
|
}
|
|
49518
49518
|
});
|