guanqb
2023-05-09 e7f18fa4a0212d5b9cfc7a24df28af2a843e23de
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'
                },
            }
        }