gmaps4rails 0.6.2 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,7 +25,7 @@ var Gmaps4Rails = {
25
25
  do_clustering: true, //do clustering if set to true
26
26
  clusterer_gridSize: 50, //the more the quicker but the less precise
27
27
  clusterer_maxZoom: 5, //removes clusterer at this zoom level
28
- randomize: true, //Google maps can't display two markers which have the same coordinates. This randomizer enables to prevent this situation to happen.
28
+ randomize: false, //Google maps can't display two markers which have the same coordinates. This randomizer enables to prevent this situation to happen.
29
29
  max_random_distance: 100 //in meters. Each marker coordinate could be altered by this distance in a random direction
30
30
  },
31
31
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gmaps4rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 2
10
- version: 0.6.2
9
+ - 3
10
+ version: 0.6.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Benjamin Roth