Any #GeoSpatial nerds able to help me with a mapping problem?
I'm using #MapLibre-GL to draw GeoJSON points on a map.
I'm using clustering to group the points when zoomed out.
But some of my points have *identical* locations. So, when I zoom in, the cluster disappears and points are overlayed. They look like there's only one point.
Is there an elegant way in MapLibre-GL to scatter these identical points? Or reveal them to the user some other way?
Random suggestions welcomed!