> The sidebar entries do nothing when you click them They call for a function myclick() that isn't available. Do you not see the javascript error in your browser? myclick() was defined once, but within the load() function. When load () finished, myclick() ceased to exist too. You'll want to define it in global scope instead - outside of any other function.
> The polylines do nothing when you click them and Well, no. When you write your own XML/KML parser you have to write code to make those things happen e.g. put a click listener on each poly. > The file, for only having two of the 104 polys I eventually need to > have load, is painfully slow. There are a lot of coordinates, perhaps you could simplify. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
