From 84d25c837f3e4cac9834226bb0ae109073bd3764 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sat, 10 Apr 2021 08:55:05 +0800
Subject: [PATCH] 样式调整

---
 public/map/widgets/supervisoryMap/FlareClusterLayer_v3.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/public/map/widgets/supervisoryMap/FlareClusterLayer_v3.js b/public/map/widgets/supervisoryMap/FlareClusterLayer_v3.js
index c8ba541..5d15530 100644
--- a/public/map/widgets/supervisoryMap/FlareClusterLayer_v3.js
+++ b/public/map/widgets/supervisoryMap/FlareClusterLayer_v3.js
@@ -215,7 +215,6 @@
         //this.map.infoWindow.anchor = anchor;
 
         this.map.infoWindow.cluster = this.activeCluster;
-
         //reset the geometry of the flare feature in the info window to be the actual location of the flared object, not the location of the flare graphic.
         var p = webMercatorUtils.geographicToWebMercator(new Point(flareObject.singleData[this.xPropertyName], flareObject.singleData[this.yPropertyName], this.spatialRef));
         this.map.infoWindow.features[0].geometry = p;
@@ -260,7 +259,6 @@
       }
 
       this.allData.push(obj);
-
       var xVal = obj[this.xPropertyName];
       var yVal = obj[this.yPropertyName];
 
@@ -609,7 +607,6 @@
     },
 
     _createClusterGrid: function (webExtent) {
-
       //get the total amount of grid spaces based on the height and width of the map (divide it by clusterRatio) - then get the degrees for x and y
       var xCount = Math.round(this.map.width / this.clusterRatio);
       var yCount = Math.round(this.map.height / this.clusterRatio);

--
Gitblit v1.9.3