riku
2025-02-24 0b700614e2f3e41df4655ba5469217e009c246ac
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
          });
        }
      );
    },