openwisp / openwisp-monitoring

Network monitoring system written in Python and Django, designed to be extensible, programmable, scalable and easy to use by end users: once the system is configured, monitoring checks, alerts and metric collection happens automatically.
https://openwisp.io/docs/dev/monitoring/
Other
163 stars 110 forks source link

[bug] General map: points in the current view get duplicated when map bounds are crossed #575

Closed nemesifier closed 2 months ago

nemesifier commented 4 months ago

Points in the current view get duplicated when map bounds are crossed.

monitoring-map-duplication

In the image above we can observe how points in the center get duplicated, see how they seem to be thicker after moving the map around a bit.

I think this was introduced either in https://github.com/openwisp/openwisp-monitoring/pull/539 or https://github.com/openwisp/openwisp-monitoring/pull/549.