Hi I am trying to implement the new progressbarcontrol as outlined in the Geo Developers Blog: http://googlegeodevelopers.blogspot.com/2008/11/2-more-libraries-released.html
My development page is at: http://ozcamps.net/freecamping_DEVELOP.php This is site is basically a souped up version of Mike Williams' sidebar xml example. The problem is the need for the setTimeout function in javascript. This is needed so that the progress bar on the map can be seen to be updated. I have placed the setTimeout function where it calls my createMarker function as it loops through the XML. It looks like the following line: var marker = setTimeout(createMarker (point,label,html,icon,comment,admin,state,cost,id,photo,is), 10); However the problem is that it then only plots one marker on the map instead of looping through all the markers (Note beforehand it was a similar function without the setTimout and it looped perfectly). Does anyone else have any ideas? Cheers Brett Kinross --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
