whoishiring / feedback

Public issue tracker for https://whoishiring.io
8 stars 0 forks source link

how do you do your marker clustering? #21

Closed blairanderson closed 7 years ago

blairanderson commented 7 years ago

i think its super neat, would love to see how you got that to work?

imjared commented 7 years ago

@blairanderson here's a link for how to do it in Google maps: https://developers.google.com/maps/documentation/javascript/marker-clustering

blairanderson commented 7 years ago

Ohhhh. well your icons look way better than the demo 👍

xando commented 7 years ago

The clustering is done in very different way from the link that @imjared provided. It's custom solution that helps me with rendering many objects on the map. Those object are not Google API objects.

Said that. If your map is less 100 object you will be fine with link that @imjared provided. You can add custom icons there as well.

blairanderson commented 7 years ago

I have 2000 objects that are being clustered and the performance is slow.

Do you have a reference for how you handled clustering?

On Dec 2, 2016, at 2:08 AM, Sebastian Pawluś notifications@github.com wrote:

Clustering is done in very different from the link that @imjared provided. It's custom solution that helps me with rendering many objects on the map. Those object are not Google API objects.

Said that. If your map is less 100 object you will be fine with link that @imjared provided. You can add custom icons.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.