Riku
2025-03-02 de6fd089b37613808e5a3bef38ecc0761f7456e0
src/views/satellitetelemetry/SatelliteTelemetry copy.vue
@@ -115,12 +115,17 @@
function drawTextAndColor(gridData) {
  // SatelliteProxy.clearText(mapViews);
  // 文本标记
  mapViews.textViews = SatelliteProxy.drawDataText(
  const { textViews, labelsLayer } = SatelliteProxy.drawDataText(
    mapViews.points,
    gridData,
    mapViews.textViews
  );
  SatelliteProxy.drawColor(mapViews.gridViews, gridData);
  mapViews.textViews = textViews;
  mapViews.labelsLayer = labelsLayer;
  SatelliteProxy.drawColor({
    gridViews: mapViews.gridViews,
    gridDataDetail: gridData
  });
}
function handleRowClick(row) {