hello-nrfcloud / web

Retrieve real-time data from your long-range Nordic Semiconductor Development Kit within seconds
https://hello.nrfcloud.com
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Multiple fixes on the same location looks a bit odd #686

Open simensrostad opened 2 months ago

simensrostad commented 2 months ago

image

Perhaps there is a way to resolve this by neglecting fixes on the same location using accuracy, but only updating the timestamp.

coderbyheart commented 2 months ago

The problem is these are most likely not exactly the same locations. For that feature we have a very crude server-side "cluster" feature, however that basically only works with a minimum distance of 1 km.

But I agree, it would be better to use the map engine's clustering feature: https://maplibre.org/maplibre-gl-js/docs/examples/cluster/