@pirireis/webglobeplugins 0.11.0-alpha → 0.11.1-alpha

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pirireis/webglobeplugins",
3
- "version": "0.11.0-alpha",
3
+ "version": "0.11.1-alpha",
4
4
  "main": "index.js",
5
5
  "author": "Toprak Nihat Deniz Ozturk",
6
6
  "license": "MIT",
@@ -67,7 +67,7 @@ class PointHeatmapPlugin {
67
67
  if (this._isFreed)
68
68
  return;
69
69
  this._throttleListener = setTimeout(() => {
70
- this.timeTrackInterpolationWorker.postMessage({ time: this._time });
70
+ this.timeTrackInterpolationWorker?.postMessage({ time: this._time });
71
71
  }, 0);
72
72
  }
73
73
  }
@@ -113,7 +113,6 @@ class PointHeatmapPlugin {
113
113
  this.flow = null;
114
114
  this.gl = null;
115
115
  this._isFreed = true;
116
- this.timeTrackInterpolator = null;
117
116
  this._legendTexture = null;
118
117
  this.timeTrackInterpolationWorker.terminate();
119
118
  this.timeTrackInterpolationWorker = null;