apneadiving / Google-Maps-for-Rails

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

do_clustering default is false in contrast to the documentation #70

Closed mab closed 13 years ago

mab commented 13 years ago

Documentation says, do_clustering default is true. In the implementation the default is set to false. Either documentation or implementation should be changed. In my opinion the default should be true.

Affected Source gmaps4rails.base.js Line 40:

do_clustering: false,      // do clustering if set to true

(Documentation at https://github.com/apneadiving/Google-Maps-for-Rails/wiki/Markers in the options section)

apneadiving commented 13 years ago

Thanks for noticing.

I indeed should change the default in a next release.