MadBlake / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
0 stars 0 forks source link

*Clicking on cluster to expand not all the markers/clusters appear. Need to increase zoom level of the map. #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Demo link or sample code:
http://jim.hollenback.org/SandBox/V3/TestWorld.html

My relevant markerClusterer code is:
            markerClusterer =  new MarkerClusterer(map, markers,  {
                gridSize: 50,
                maxZoom: 12, 
                styles: [0]
                }               
            );

What steps will reproduce the problem?
1. Run example code. Click on the cluster with 266 that is by San Jose. 
2. Click on the cluster with 253 by San Jose.
3. Click on on the cluster with 13 by Joesph D. Grant Park.  

Expected result:
I expected to see a marker or two that are located in this park and probably 
additional clusters with smaller counts.

Actual result:
One marker and no clusters. If I have counted right this is zoom level 12. If I 
click the + on the zoom control once all markers appear, again if I have 
counted right this is zoom level 13. 

Version: r114

Browser / Operating System:
[FF 3.6.3 Win7 64-bit]

Additional comments:
[Enter any additional comments about the bug here.]

*********************************************************
Tip: Star this issue (next to title) to receive notifications of status
changes against this issue, also used as a gauge for how many people are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by cacher...@gmail.com on 12 Jun 2010 at 4:27

GoogleCodeExporter commented 9 years ago
There has been some updates to the clusterer. Can you download the latest 
version and see if your problem has been fixed.

Thanks

Original comment by lu...@google.com on 9 Feb 2011 at 5:38

GoogleCodeExporter commented 9 years ago

Original comment by lu...@google.com on 3 Apr 2011 at 10:35