Format a bit messed up on that code, lets see if it goes this time; <?xml version="1.0" standalone="yes"?> <kml xmlns="http://earth.google.com/kml/2.2"> <Document> <name>Refresh KML</name> <Folder> <NetworkLink> <Link> <href>http://lugh2.it.nuigalway.ie/joehyland/ boards_stops.php</href> <refreshMode>onInterval</refreshMode> <refreshInterval>10</refreshInterval> </Link> </NetworkLink> </Folder> </Document> </kml>
On Feb 9, 9:58 pm, chat2joe <[email protected]> wrote: > Hi guys, > > Thanks for the replies. > > Firstly appologies for the example above, was tired pasting that in > and it's an example without the refresh tags I was having trouble > with. > > I've used the code from your example and put together this file; > > <?xml version="1.0" standalone="yes"?> > <kml xmlns="http://earth.google.com/kml/2.2"> > <Document> > <name>Refresh KML</name> > <Folder> > <NetworkLink> > <Link> > <href>http://lugh2.it.nuigalway.ie/joehyland/ > boards_stops.php</href> > <refreshMode>onInterval</refreshMode> > <refreshInterval>10</refreshInterval> > </Link> > </NetworkLink> > </Folder> > </Document> > </kml> > > If I use it without the <refreshInterval> tags, it WILL load the > markers in the kml. The php link is echo'ing out the kml data by the > way. > However with the <refreshInterval> tags... the data from that network > linked kml does not appear. > > So my question is has anyone got something like this working with > refreshInterval tags... and do they refresh for you?? > > Thanks! > > As it works without the refresh tags I don't think there's a problem > with the main page but here it is anyway: > Main Page:http://lugh2.it.nuigalway.ie/joehyland/google_group_q.php > (the red route is a different kml file, not the network link from > above) > > On Feb 9, 5:34 pm, Joseph Elfelt <[email protected]> wrote: > > > In case it helps, here is a map that displays the KML file (with 3 > > network links) that Chris > > cited.http://www.mappingsupport.com/p/gmap4.php?q=http://www.mappingsupport... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
