Google maps clustermarker

Hi.

I’m trying to map a
lot
of data on a map (up to 5 million geographic location over the size of Denmark).
My data is divided in clusters, subclusters and so on. For the clusters and subclusters I map the area using a polygon, using
this fork
of the google maps api.

Though when I get down to almost street- or neighborhood-level, I’d need to show data markings more precisely. So I tried just adding markers. But apparently that’s kinda rough on the browser (and user) - see the image.

So I’d really like to know, if anybody has any knowledge of a fork of the API (or another), which contains the
Marker Clustering
from google, since this would really solve the issue.
If not - is there anyway to make the markers NOT being so heavy on the browser? I realize I could just craft a picture, but the user really wants to use the google maps interface.

I really hope somebody haves an idea how to solve this, or knows about an API than contains marker clustering.

Best regards
Ben



Hi,

if you’re able to move away from Google Maps, there’s a working marker-cluster add-on for V-Leaflet in the Directory.

Best regards,

Olli

Hi Olli
Thank you very much - I’ll give it a shot :smiley:

Ben