riku
2025-03-07 2592dc279ec82bf3649a4dbe644c6416263a10ef
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
          });
        }
      );
    },