| | |
| | | * @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: |
| | | * |
| | |
| | | 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' |
| | | }, |
| | | } |
| | | } |