Hello together, I want to say thanks to Luke for fixing the markerclusterer so fast. It helps me. I've written my own solution by catching the 'clusterclick' handler from outside which also works but its better to use your new version. Thank you very much.
@Larry I know what you mean and I know the given markerclusterer speed test example is for what it stands for: to test the performance of the implementation. It was not my intention to point out problems of this implementation. I wanted to give JUST AN EXAMPLE not more. I could use any other markerclusterer example for that. However, the issue is solved now and it works fine. Thank you all. Raik On 2 Dez., 01:08, Luke Mahé <[email protected]> wrote: > Hey Guys, > > This is probably how the MarkerClusterer should have always worked :) > Instead of fitting to the bounds of the cluster it was fitting to the extend > bounds of the cluster. > > I've fixed this and you and grab the latest version from the trunk. > > Also on a side note, a few weeks back I made a change so that markers are > added to the closest cluster instead of the first cluster that they land in, > so if you haven't upgraded to the latest version you should :) > > -- Luke > > On Thu, Dec 2, 2010 at 3:16 AM, [email protected] > <[email protected]>wrote: > > > On Dec 1, 6:44 am, slinky <[email protected]> wrote: > > > On 1 Dez., 15:03, "[email protected]" <[email protected]> wrote: > > > > > On Dec 1, 3:29 am, slinky <[email protected]> wrote: > > > > > > Hi all, > > > > > > In this markerclusterer speed test example you can see what I mean: > > >http://google-maps-utility-library-v3.googlecode.com/svn/trunk/marker... > > > > > > You musst click 4 times on the cluster which includes 2 markers to > > see > > > > > the markers. > > > > > And that is what it is coded to do. Where is your page? Did you > > > > change it to do what you wanted? > > > > > Have you tried adding a clusterclick event handler? > > > > >http://groups.google.com/group/google-maps-js-api-v3/search?group=goo. > > .. > > > > > -- Larry > > > > Hello Larry, > > > > sorry, at the moment I don't have a public page, because its in > > > development status. > > > Your problem not mine. > > > > I've posted the link above, just to give an example. > > > In this example I can good point out what I mean: if you click on the > > > cluster near Oslo/Norway you must click 4 times on the 2 markers > > > including cluster before you really see the markers. > > > There is not code to handle a cluster click on that page. It is doing > > what it is designed to and is not a problem. If you want different > > behavior, you need to implement it, then if you have problems post a > > link to your map for help. > > > -- Larry > > > > However, I will try the method you suggested: handle the clusterclick > > > event handler and write my own extension. > > > > Thank you > > > Raik- Hide quoted text - > > > > - Show quoted text - > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Maps JavaScript API v3" group. > > To post to this group, send email to > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-maps-js-api-v3%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
