src/assets/js/Map/menuTool.js
@@ -17,6 +17,7 @@ polyline: SmartEarth.Cesium.Color.fromCssColorString("#ffff0050"), polygon: SmartEarth.Cesium.Color.fromCssColorString("#ffff0050"), }, exportSquare: null, topTools(res) { this.toolFlag = res.id; switch (res.id) { @@ -366,6 +367,7 @@ var east1 = ss[2]; var north1 = ss[3]; var south1 = ss[1]; this.exportSquare = ss; var geometry = Cesium.Rectangle.fromDegrees(west1, south1, east1, north1);