On Mar 24, 3:37 pm, user <[email protected]> wrote: > Thanks so much - I am new to the network link protocol and was quite > sloppy with the code. I closed all tags and validated the KML > successfully and it renders fine (info windows notwithstanding): > > http://www.forttours.com/interact/States/testingSTATES.html > > But in my attempt to build a sidebar that users can open or close each > parent folder (individual States) it seems to break: > > http://www.forttours.com/interact/States/testingSTATES.sidebar.html > > Any help will be greatly appreciated. Thanks in advance.
Where is the sidebar div? The code is looking for an element with id="side_bar" to put the sidebar into. I don't see it on your page... After that you will have a problem with your addoverlay listener. The first time it is called, the overlay argument doesn't seem to exist (at least in IE6). -- Larry > > On Mar 24, 2:39 pm, Rossko <[email protected]> wrote: > > > > > > I have built a composite KML that renders all locations: > > > Try validating your kml. > > Puttinghttp://www.forttours.com/interact/FortTours.com_States.Blend.kml > > reveals a few problems, mostly missing closing tags. Simplified, in > > XML (of which KML is a flavour) every opening <tag> must have a > > matching closing </tag> > > > cheers, Ross K- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
