Garthanos / geoxml

Automatically exported from code.google.com/p/geoxml
1 stars 0 forks source link

Refresh Interval on KML to update side bar #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to set a Refresh Interval to get the kml and refresh the 
sidebar ?

Or would I have to get he whole page to refresh as the KML has changed.

for example  in google earth API

link.setRefreshMode(ge.REFRESH_ON_INTERVAL);
  link.setRefreshInterval(20);
  networkLink.setLink(link);

  // add the network link to earth
ge.getFeatures().appendChild(networkLink); 

Original issue reported on code.google.com by sion_ev...@hotmail.com on 12 Mar 2010 at 5:02

GoogleCodeExporter commented 9 years ago
In the GeoXml methods window of the it describes using the clear method and 
using
parse afterwards... 

you can have the javascript do a setInterval... and call those methods.

Original comment by lanceala...@gmail.com on 12 Mar 2010 at 5:27

GoogleCodeExporter commented 9 years ago
I meant the GeoXmlMethods part of this Wiki.

Original comment by lanceala...@gmail.com on 12 Mar 2010 at 5:27