src/model/SatelliteGrid.js
@@ -629,6 +629,26 @@ return heatTag; } drawHeatGrid2(tag, headGridDataDetailList) { const heatTag = `heat-${tag}`; if (this.mapViewsMap.has(heatTag)) { this.changeVisibility({ tags: [heatTag], showGridViews: true }); } else { this.drawTagGrid({ tag: heatTag, data: headGridDataDetailList, extData: { name: `走航热力图 - ${heatTag}`, type: 2 } }); } return heatTag; } search(gdd, width, height, eachwidth, eachheight, searchLength) { function getCellWidthRange(cellId, width, height) { const total = width * height;