lakshmi2716
Posts: 9
Joined: Wed Mar 29, 2023 10:56 am

Map marker cluster is overlapped

Wed Mar 29, 2023 11:03 am

i have enabled a marker cluster. While zooming on or zoom out, i am facing an issue where clustered group is overlapped with non-clustered point. So the points are not visible.

https://jsfiddle.net/o2m3ftLx/

lakshmi2716
Posts: 9
Joined: Wed Mar 29, 2023 10:56 am

Re: Map marker cluster is overlapped

Thu Mar 30, 2023 10:06 am

I have same latitude and longitude in two different mappoint (online & offline) . ( "lat": 13.08784, "lon": 80.27847)

So when clustering is happening, one is hidden behind another. So cluster is not visible.

dawid.d
Posts: 706
Joined: Thu Oct 06, 2022 11:31 am

Re: Map marker cluster is overlapped

Thu Mar 30, 2023 12:20 pm

Hi,

Welcome to our forum and thanks for contacting us with your question!

This is how cluster points work, they stack when zooming in and will get the points far enough apart when zoomed in. If they are exactly at the same point, they will be permanently stacked. Therefore, what you can do is move the points slightly so that they are not exactly in the same position.

Demo: https://jsfiddle.net/BlackLabel/yfLu2q0e/

I hope you will find it useful
Best regards!

Return to “Highcharts Maps”