|
@@ -210,7 +210,6 @@ const createClusterLabel = (cluster: Cluster, point: any) => {
|
|
|
const clusterDevices = (devices: IotDeviceVO[], map: any): Cluster[] => {
|
|
|
const clusters: Cluster[] = []
|
|
|
const gridSize = getGridSize(map.getZoom())
|
|
|
- debugger
|
|
|
|
|
|
const gridMap = new Map<string, Cluster>()
|
|
|
|