[Google Maps API v3] Re: Markermanager shows the wrong pointers on given zoom level

2011-02-15 Thread Joeri
Larry and Rossko, You guys are brilliant! This was a left over from the first try, without the manager, and I thought I copied the example one by one (which I clearly did not). Sorry for the long run, next time, first thing I will do is post the example :) Thanks again! -SOLVED- -- Y

[Google Maps API v3] Re: Markermanager shows the wrong pointers on given zoom level

2011-02-15 Thread geocode...@gmail.com
On Feb 15, 7:06 pm, Joeri wrote: > Ok, sorry,I thought the Javascript would do. Ok, I made the example as > simple as possible (stripped all the infoboxes and fancy icons) > Example:http://www.freshdesign.nl/google/example.html > > *Expecting behavior:* > Startup at zoomlevel 11: No pointers > Zoo

[Google Maps API v3] Re: Markermanager shows the wrong pointers on given zoom level

2011-02-15 Thread Joeri
Ok, sorry,I thought the Javascript would do. Ok, I made the example as simple as possible (stripped all the infoboxes and fancy icons) Example: http://www.freshdesign.nl/google/example.html *Expecting behavior:* Startup at zoomlevel 11: No pointers Zoom in at 12: show pointers *Shown behavior:

[Google Maps API v3] Re: Markermanager shows the wrong pointers on given zoom level

2011-02-15 Thread Rossko
> Weather exampe for > reference:http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerm... Yes, that works. We don't need to look at that. You need to look at your own code, which doesn't work the way you want it. Look at the code that you use to create your markers, in particu

[Google Maps API v3] Re: Markermanager shows the wrong pointers on given zoom level

2011-02-15 Thread geocode...@gmail.com
On Feb 15, 8:38 am, Joeri wrote: > Thanks Larry, I thought the weather examples was known, anyways, in my > example I am adding them as well to the marker mgr. And like I said: it does > work if you start at another zoom level (eg. 5), but just not if I start at > where the map is initiated at. >

[Google Maps API v3] Re: Markermanager shows the wrong pointers on given zoom level

2011-02-15 Thread Joeri
Thanks Larry, I thought the weather examples was known, anyways, in my example I am adding them as well to the marker mgr. And like I said: it does work if you start at another zoom level (eg. 5), but just not if I start at where the map is initiated at. Weather exampe for reference: http://g

[Google Maps API v3] Re: Markermanager shows the wrong pointers on given zoom level

2011-02-15 Thread geocode...@gmail.com
On Feb 15, 7:19 am, Joeri wrote: > I think they do, see the code below of the weather example: That code doesn't add them to the map. It adds them to the marker manager. Snippets of code out of context are useless. -- Larry > > function setupWeatherMarkers() { >   mgr = new MarkerManager(m

[Google Maps API v3] Re: Markermanager shows the wrong pointers on given zoom level

2011-02-15 Thread Joeri
I think they do, see the code below of the weather example: function setupWeatherMarkers() { mgr = new MarkerManager(map); google.maps.event.addListener(mgr, 'loaded', function(){ mgr.addMarkers(getWeatherMarkers(20), 3); mgr.addMarkers(getWeatherMarkers(200), 6); mgr.addMa

[Google Maps API v3] Re: Markermanager shows the wrong pointers on given zoom level

2011-02-15 Thread Rossko
> Does anyone perhaps see what's going wrong? If you don't want the markers to be initially placed on the map, don't place them on the map. The examples don't. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this gro