feat([2fd88f42]): display attributes in point tooltip
This commit is contained in:
@@ -16,6 +16,7 @@ export interface HeatmapPoint {
|
||||
lat: number;
|
||||
lon: number;
|
||||
count: number;
|
||||
attributes_summary?: Record<string, string[]>;
|
||||
}
|
||||
|
||||
export type MapMode = 'points' | 'heatmap';
|
||||
|
||||
Reference in New Issue
Block a user