From e7f18fa4a0212d5b9cfc7a24df28af2a843e23de Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 09 May 2023 14:19:23 +0800
Subject: [PATCH] 部署修改

---
 src/utils/CesiumHeatmap.js |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/utils/CesiumHeatmap.js b/src/utils/CesiumHeatmap.js
index 9102301..ec66bca 100644
--- a/src/utils/CesiumHeatmap.js
+++ b/src/utils/CesiumHeatmap.js
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2023-05-06 20:24:41
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-05-06 21:15:24
+ * @LastEditTime: 2023-05-09 10:33:15
  * @FilePath: \srs-police-affairs\src\utils\CesiumHeatmap.js
  * @Description: 
  * 
@@ -29,11 +29,10 @@
                 minOpacity: 0.1,              // the minimum opacity used if not given in the heatmap options object
                 blur: 0.85,                   // the blur used if not given in the heatmap options object
                 gradient: {                   // the gradient used if not given in the heatmap options object
-                    '0.9': 'red',
-                    '0.8': 'orange',
-                    '0.7': 'yellow',
-                    '0.5': 'blue',
-                    '0.3': 'green',
+                    '.3': 'blue',
+                    '.65': 'yellow',
+                    '.8': 'orange',
+                    '.95': 'red'
                 },
             }
         }

--
Gitblit v1.9.3