@pirireis/webglobeplugins 0.6.41-a → 0.6.42-a

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.
@@ -13,9 +13,7 @@ export class ChainListMap {
13
13
  }
14
14
 
15
15
  getChain(chainKey) {
16
- if (!this._chainMap.has(chainKey)) this._chainMap.set(chainKey, []);
17
16
  return this._chainMap.get(chainKey);
18
-
19
17
  }
20
18
 
21
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pirireis/webglobeplugins",
3
- "version": "0.6.41-a",
3
+ "version": "0.6.42-a",
4
4
  "main": "index.js",
5
5
  "author": "Toprak Nihat Deniz Ozturk",
6
6
  "license": "MIT"
@@ -83,12 +83,9 @@ class RangeRings {
83
83
  this._textWritersMap = textWritersMap;
84
84
  this._textDataPreAdaptor = textDataPreAdaptor;
85
85
  this._textWritersMap.forEach((textWriter) => textWriter.setKeyAdaptor((item) => item.__identity__));
86
-
87
86
  }
88
87
 
89
88
 
90
-
91
-
92
89
  // USER API
93
90
 
94
91
  /**
@@ -235,6 +232,7 @@ class RangeRings {
235
232
 
236
233
 
237
234
 
235
+
238
236
  /**
239
237
  * @method removeCenters @param { Array < { centerID } >} centerIDs
240
238
  */
@@ -455,12 +455,7 @@ ${shaderfunctions.pixelXYToCartesian3DPoint}
455
455
  ${shaderfunctions.pixelXYToCartesian2DPoint}
456
456
 
457
457
  void main() {
458
- // if ( a_color.x < .0 || a_color.y < .0 || a_color.z < .0) {
459
- // v_time = -1000000000.0;
460
- // v_track_end_time = -1000000000.0;
461
- // v_track_start_time = -1000000001.0;
462
- // return;
463
- // }
458
+
464
459
  v_time = a_time;
465
460
  v_color = a_color;
466
461
  v_track_start_time = a_track_start_time;