From fa6fde084a3f6bd75e792c9ecfeda1ef683e7307 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 29 Apr 2021 15:56:12 +0800
Subject: [PATCH] 视频进度条 其他细节
---
public/map/widgets/supervisoryMap/FlareClusterLayer_v3.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/public/map/widgets/supervisoryMap/FlareClusterLayer_v3.js b/public/map/widgets/supervisoryMap/FlareClusterLayer_v3.js
index dfdf284..62482ed 100644
--- a/public/map/widgets/supervisoryMap/FlareClusterLayer_v3.js
+++ b/public/map/widgets/supervisoryMap/FlareClusterLayer_v3.js
@@ -1118,7 +1118,7 @@
var shapeCenter = this._getShapeCenter(cluster.graphicShape);
var textShape = groupShape.createText({
x: shapeCenter.x,
- y: shapeCenter.y + (this.textSymbol.font.size / 2 - 2),
+ y: shapeCenter.y + (this.textSymbol.font.size / 2 - 6),//聚合文字设置
text: cluster.clusterCount,
align: 'middle'
})
--
Gitblit v1.9.3