Thank you for the solution geocodezip. Just moving the refresh up 3 lines fixed my problem. Thanks for your time!
Ross - thanks for the reply, I haven't had an opportunity to find the correct event listener yet, but will write back again when I do. -Ben On Sep 19, 2:38 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Sep 19, 1:15 pm, Ben <[EMAIL PROTECTED]> wrote: > > > I appologize for the lack of a link: > > >http://72.167.179.2/TowerSearch.aspx > > > try zip = 98134. You will see the map move there, and the list below > > it will show towers, but the map won't show them until you move it > > just slightly, at which point they show fine. > > You are not calling mgr.refresh() inside the call back function, you > are calling it when the request is sent. Sometime later the data > comes back and you populate the markers into the mgr, but then you > don't call mgr.refresh until the next request is sent. > > > > > On Sep 18, 11:31 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > wrote: > > > > On Sep 18, 10:23 pm, Ben <[EMAIL PROTECTED]> wrote: > > > > > Hi All, > > > > > I've been struggling with this one for quite some time, so I'm hoping > > > > someone can help me. > > > > > Gmap markers aren't refreshing until the map is moved. so every time > > > > you move it, you get the last set of markers displayed. > > > > > Using: > > > > listener with a dynamically created xml file. > > > > Markermanager > > > > > I am calling mgr.refresh() after each loop > > > > > Another issue is that when I see a marker and click on it, if th epage > > > > has to move in order to fit the popup, it pops up real quickly and > > > > then goes away. you then have to click it again and it stays put. > > > > > Any ideas? > > > > > Heres some of the code, although it may be a little much for the > > > > initial post: > > > > How about reading the posting guidelines and giving us a link to the > > > map?http://groups.google.com/group/Google-Maps-API/web/suggested-posting-... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
