Geomap Heatmap: How to display data

Hi,

I would like to display a heatmap in Geomap using the following data:

device_name;datetime;lat;lon;count
device_0;2024-06-13 14:19:46;44.4544;-2.86934;0
device_1;2024-06-13 14:19:46;44.4537;-2.87133;10
device_2;2024-06-13 14:19:46;44.4544;-2.86998;30

What I need is to plot the intensity in function of the ‘count’ column, not in function of the number of rows with the same ‘lat’ and ‘lon’.

Is this possible?

Something like this?

image

there seems to be a bug in geomap when the devices are very close to each other only device2 shows up :expressionless: