I don't recall the specifics of the kml spec, but the point wasn't that you needed to *remove* those lines, but instead just make the tags match. That is to say,
<refreshInterval>3600</href> should instead be <refreshInterval>3600</refreshInterval> It was really just a matter of properly closing your tags. -G On Mar 24, 11:27 am, sravan kumar gudivada <[email protected]> wrote: > Hi, > I removed below two lines from my script...now its working fine....... > > //$kml[] = '<refreshMode>onInterval</refreshMode>'; > //$kml[] = '<refreshInterval>3600</href>'; > Thank you sir, > > with sincerely, > sravan > > On Tue, Mar 24, 2009 at 9:22 PM, Munki <[email protected]> wrote: > > > I haven't really been following this thread, but you have a couple > > lines in your kml that look like this: > > <refreshInterval>3600</href> > > I'm guessing that would cause some problems. > > > -G --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
