apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.27k stars 382 forks source link

Consider using OverlappingMarkerSpiderfier instead of random positioning for overlapping markers #444

Open monfresh opened 10 years ago

monfresh commented 10 years ago

Hi,

There's a nifty JS library that handles markers with the same coordinates: https://github.com/jawj/OverlappingMarkerSpiderfier

This seems like a better solution than randomizing the position of all markers, even if they're not overlapping. Thoughts?

apneadiving commented 10 years ago

very interesting library, I'd like to see how it can be integrated. Not much time now but I definitely keep it in mind

dgilperez commented 9 years ago

Any progress on this? Thanks for a great gem!