Re: [Google Maps API v3] Re: MarkerClusterer for V3

2013-02-21 Thread Ashish Mehra
Hey there, I'm using the latest version of MarkerClusterer and have found a bug! My google map minZoom is set to 1 (as at level 0 there are grey areas of the map that aren't pretty to look at). Anyway, zooming from level 1 down to any level and back up to 1 is just fine. The bug surfaces when I

[Google Maps API v3] Re: MarkerClusterer for V3

2013-01-20 Thread Eric
Hi Luke How do I pass parameters on GEvent.addListener? I am trying to display the data.photos[i].name onclick My code below responds on clicking a marker by returns a blank variable (on both alert and GLog.Write) var marker = new GMarker(latlng, {title:data.photos[i].name, icon: icon});

[Google Maps API v3] Re: MarkerClusterer for V3

2011-12-16 Thread Fledder
hi Luke, I tried to report an issue before but I can't find my reply back, so hereby I'm trying again. Great work on this library by the way! The issue is as follow. I run a photo website that displays geotagged photos on a map. It is quite common for users to geotag multiples images as the *e

[Google Maps API v3] Re: MarkerClusterer for V3

2010-08-12 Thread Jarrod
Thanks Luke, will keep my eyes open. On Jul 14, 1:57 am, Luke Mahé wrote: > Hey Jarrod, > > I was thinking allowing a option to make the cluster center be the true > center. The reason it is not at the moment is because I wanted it to act the > same as the v2 clusterer so developers could easily

[Google Maps API v3] Re: MarkerClusterer for V3

2010-07-19 Thread doug
Thank you for developing a V3 clusterer, it's very much appreciated. I don't know if you are looking for suggestions to improve it still further but is there a way it could be made to not make markers visible if they weren't visible before clustering? We've a number of different categories and it w

Re: [Google Maps API v3] Re: MarkerClusterer for V3

2010-07-13 Thread Luke Mahé
Hey Jarrod, I was thinking allowing a option to make the cluster center be the true center. The reason it is not at the moment is because I wanted it to act the same as the v2 clusterer so developers could easily switch over, but I will have a look at adding it soon. -- Luke On Wed, Jul 14, 201

[Google Maps API v3] Re: MarkerClusterer for V3

2010-07-13 Thread Jarrod
Hi Luke, Really liking the MarkerClusterer plugin. Just wondering if there is a better way to get the center of a cluster as it just seems to set the center based on the first marker in the cluster. This isn't a huge issue, it's just quite a noticable difference for markers that are on the edges

Re: [Google Maps API v3] Re: MarkerClusterer for V3

2010-06-07 Thread Luke Mahé
Hi, I think you are probably using a old revision that was accessing the projection object in a different way. The current trunk version that was updated a few weeks ago has this fixed. Also getExtenededBounds is not exported in the compiled version because you don't really need to call it, if you

[Google Maps API v3] Re: MarkerClusterer for V3

2010-06-05 Thread lucian.jp
I was trying to get the bounds of all the markers in the markerClusterer object. So I tried to use the getExtendedBounds mentioned in the reference page. Unfortunately the getExtendedBounds method doesn’t exist in the markerclusterer_compiled.js. Strangely, this function does exist in the markerClu

Re: [Google Maps API v3] Re: MarkerClusterer for V3

2010-04-12 Thread Luke Mahé
Thanks. I've updated the images with your versions. - Luke On Mon, Apr 12, 2010 at 11:13 AM, Mike Wood wrote: > Luke, > > PS - I created differently colored image versions of the correct > larger sizes for m4.png and m5.png so that the code works fully with > clusters of > 1000 markers (currentl

[Google Maps API v3] Re: MarkerClusterer for V3

2010-04-12 Thread Mike Wood
Luke, PS - I created differently colored image versions of the correct larger sizes for m4.png and m5.png so that the code works fully with clusters of > 1000 markers (currently the demo just repeats the m3 image for 1,000 + and 10,000 +). If you would like to use them they are here: http://gsak

[Google Maps API v3] Re: MarkerClusterer for V3

2010-04-12 Thread Mike Wood
That did it - thanks. Perfect! :-) Mike On Apr 12, 12:46 pm, Luke Mahé wrote: > Thanks for pointing that out. I've fixed the bug, I should have been > listening to bounds_changed. > > - Luke > > On Sat, Apr 10, 2010 at 8:02 AM, Mike Wood > wrote: > > > Hi Luke, > > > There seems to be a slight

Re: [Google Maps API v3] Re: MarkerClusterer for V3

2010-04-12 Thread Luke Mahé
Thanks for pointing that out. I've fixed the bug, I should have been listening to bounds_changed. - Luke On Sat, Apr 10, 2010 at 8:02 AM, Mike Wood wrote: > Hi Luke, > > There seems to be a slight problem when you zoom the map out. The > clusters that should appear 'around the edges' in the new

[Google Maps API v3] Re: MarkerClusterer for V3

2010-04-10 Thread Mike Wood
Hi Luke, There seems to be a slight problem when you zoom the map out. The clusters that should appear 'around the edges' in the new view don't unless you pan the map slightly at which point they jump into view. Same behavior in demo maps. I see the code has a listener to spot zoom changes but th

[Google Maps API v3] Re: MarkerClusterer for V3

2010-03-18 Thread Mario
Ciao Luke, excellent, just tried and it works smoothly, issue solved. Thank you very much for your quick reply. Best, Mario On 18 Mar, 19:51, Luke Mahé wrote: > Hi Mario, > > I noticed this too yesterday and fixed it. Grab the latest version from the > trunk and it should be good to go. > >

Re: [Google Maps API v3] Re: MarkerClusterer for V3

2010-03-18 Thread Luke Mahé
Hi Mario, I noticed this too yesterday and fixed it. Grab the latest version from the trunk and it should be good to go. Let me know if you are still having problems. - Luke On Thu, Mar 18, 2010 at 9:58 AM, Mario wrote: > Hi Luke, > > first of all, thank you for MarketClusterer V3. > > I thin

[Google Maps API v3] Re: MarkerClusterer for V3

2010-03-18 Thread Mario
Hi Luke, first of all, thank you for MarketClusterer V3. I think I found something odd / unexpected; don't know if it is a bug, so I will give you an overview first, if needed a can then provide further details. When, after creating a marker, I use the addMarker() method this seems to enlarge th

Re: [Google Maps API v3] Re: MarkerClusterer for V3

2010-02-23 Thread Luke Mahé
extend is defined on line 132 of markerclusterer.js On Tue, Feb 23, 2010 at 4:18 PM, Esa wrote: > Cool. I am sure that many people will make use of clustering > immediately. > > Seems to work fine but I did not get the first line in the source > code: > > this.extend(MarkerClusterer, google.map

[Google Maps API v3] Re: MarkerClusterer for V3

2010-02-23 Thread Esa
Cool. I am sure that many people will make use of clustering immediately. Seems to work fine but I did not get the first line in the source code: this.extend(MarkerClusterer, google.maps.OverlayView); Where does that extend method come from? -- You received this message because you are subsc