Hi all, I'm trying to get a set of markers in a kml file to update every few seconds. From what I understand I should be able to import a kml which contains a network link to another kml with the markers. The network link will have an interval refresh.
I've tried any example I can find but it simple will not work. :-/ I've got it feeding in the markers on a few examples but there is no refreshing. <NetworkLink> <name>Markers</name> <Link> <href>http://www.xyz.com/file.kml</href> </Link> </NetworkLink> The KML files are being echo'd out on the fly from points in a changing mysql database of live users. With single kml files I can load all these but only when I refresh the page. If I can do this with Javascript instead can someone please point me in the right direction? Ideally I would like the markers to slide to their new positions... but simply appearing in the new and disappearing from the old with do too. -- 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 google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.