From 5e92639b063edcab154a235df05e1ddeaa839de6 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 10 Apr 2021 11:34:55 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue

---
 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