Hello all, first post here. I have been exploring based on Mike WIlliams' excellent tutorials, but have come across something odd.
I have a page that tries to do the highlight effect shown in http://econym.org.uk/gmap/example_map2c.htm There is only one line difference between these two pages: https://dev.qonnectis.net/map/test2a.html https://dev.qonnectis.net/map/test2b.html In the '2a' page, the line that generates the side-bar document.getElementById("side_bar").innerHTML = side_bar_html; is executed straight after the code that reads the marker defs from an xml file. In the 2b version there is an alert before that line. I am guessing that there is some timing issue here...? Originally I had a lot more markers but this test case uses only a small number. Any suggestions very welcome... thanks, victor --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
