riku
2024-12-27 1c31659852f8360cc0fdfac26aff51e54b8b8b67
src/components/animation/SatelliteAnimation.vue
@@ -100,11 +100,15 @@
          const d = data[index];
          // SatelliteProxy.clearText(mapViews);
          // eslint-disable-next-line vue/no-mutating-props
          that.mapViews.textViews = SatelliteProxy.drawDataText(
          const { textViews, labelsLayer } = SatelliteProxy.drawDataText(
            that.mapViews.points,
            d,
            that.mapViews.textViews
          );
          // eslint-disable-next-line vue/no-mutating-props
          that.mapViews.textViews = textViews;
          // eslint-disable-next-line vue/no-mutating-props
          that.mapViews.labelsLayer = labelsLayer;
          SatelliteProxy.drawColor(that.mapViews.gridViews, d);
        }
      );