[ka-Map-users] dynamic xml overlay?
Ajmal13
ajmal_13 at hotmail.com
Mon Sep 29 10:23:36 EDT 2008
Hello,
I am still not able to dynamically load the data. I have a function
function printMyOverlay () {
myXmlOverlay = new kaXmlOverlay( myKaMap, 250 );
myXmlOverlay.loadXml('points.xml');
myInterval = setInterval("myXmlOverlay.loadXml('points.xml');",5000);
}
which i call from the body onload and the page loads up fine the first time
and the points are displayed.
However, it is not performing the refresh after every 5 seconds.
Is there anything that I'm missing?
--
View this message in context: http://www.nabble.com/dynamic-xml-overlay--tp19406829p19724887.html
Sent from the ka-map-users mailing list archive at Nabble.com.
More information about the ka-Map-users
mailing list