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 }); } ); },