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

MarkerClustererPlus at 2.1.2 #417

Closed abatko closed 10 years ago

abatko commented 10 years ago

I would just like to bring MarkerClustererPlus to your attention. It is now at version 2.1.2 (with 84 revisions since 2.0.14). Here's a diff:

https://code.google.com/p/google-maps-utility-library-v3/source/diff?path=/trunk/markerclustererplus/src/markerclusterer.js&format=side&r=459&old_path=/trunk/markerclustererplus/src/markerclusterer.js&old=375

It seems to work as a drop-in replacement, but I just wanted to double-check with you.

<script src="https://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclustererplus/2.1.2/src/markerclusterer_packed.js" type="text/javascript"></script>
ashrocket commented 10 years ago

I think that's mostly a documentation issue, since the inclusion of markers and infowindows is about which script tag you include into the view. I'm using 2.1.2 of markerclusterplus and it works fine.

apneadiving commented 10 years ago

yes, just a doc issue, if it works with a higher version, dont hesitate to keep it :)