Thank you so much for your prompt attention. Both of your suggestions (separate Networks Links and dropping the semicolon) worked. http://www.forttours.com/interact/index.html http://www.forttours.com/interact/blend001.html
I checked my size limits and are within the boundaries. Researching which one I should utilize is proving difficult. Roman states: It discusses a few of the tradeoffs. Overall, I'd say go with network links unless you plan on manipulating the KML content before displaying it. The performance is better, but probably by less than an order of magnitude. http://code.google.com/apis/earth/articles/earthapikml.html I forsee the project wanting the sidebar list as well. Any thoughts you have on utilizing GGeoXml versus Networks Link to display multiple KMLs I would seriously consider. Once again, thans so much in helping me with this endeavor. On Mar 17, 11:56 am, Andrew Leach <[email protected]> wrote: > On Mar 17, 4:56 pm, user <[email protected]> wrote: > > > > > Using GGeoXml, it does not render at all: > > >http://www.forttours.com/interact/blend001.html > > This line (sorry about the wrapping) > > > geoXml2 = new GGeoXml("http://www.forttours.com/interact/ > > FortTours.com_Frontier.Battlesites.kml";); > > contains an extra semicolon, which upsets Firefox. > > > Using Network Link, it only renders one KML: > > >http://www.forttours.com/interact/blend002.html > > Don't you need to specify each network link in its own <NetworkLink> > element? Currently you have two names and links in a single > <NetworkLink>. > > Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
