riku
2025-03-14 8372d022614a1897120802cf1bac90d61651177f
src/components/animation/SatelliteAnimation.vue
@@ -109,7 +109,10 @@
          that.mapViews.textViews = textViews;
          // eslint-disable-next-line vue/no-mutating-props
          that.mapViews.labelsLayer = labelsLayer;
          SatelliteProxy.drawColor(that.mapViews.gridViews, d);
          SatelliteProxy.drawColor({
            gridViews: that.mapViews.gridViews,
            gridDataDetail: d
          });
        }
      );
    },