Since version 11.6.0 the list of points with identical coordinates has disappeared. Or maybe I can’t find it. Only the values of one point, the highest in the sorting, are displayed. Attached is an example from version 11.5.3 and 11.6.0 and data.
Hi, there was a change in version 11.6.0, but I can’t see the connection, no additional option was created that could affect this display. It looks like some kind of bug.
I am seeing the issue with my Geomap plugin all the way up to 12.0. Although I can’t seem to locate any declutter option. Anyone know how to fix or resolve this?
I’m using the Windows installer. I compared the geomap plugin files ( C:\Program Files\GrafanaLabs\grafana\public\app\plugins\panel\geomap) between versions v11.5.3 (works fine) and v12.0.0 and I can’t find the declutter parameter anywhere. Does anyone know how to fix the problem?
Should changing it inside the markersLayer.tsx file be enough? I changed “const vectorLayer = new VectorImage({ source, declutter: false });” but no effect.
My mistake, the declutter option set to false disables the list for objects with the same coordinates. And it works for e.g. the “photos” layer but for the “markers” layer this parameter is ignored and the list does not display regardless of what we set.