I have asked this in another thread but no answer.
I have the KML NetworkLink feed rendered on the map. The KML is dynamically generated. When it performs the refresh (refreshInterval) it is not really refreshing the KML from the Link. It looks like it is refreshing the original KML points that were rendered on the map and not pulling fresh KML from the Link tag I am not seeing any of the new points added or changes to previously rendered points. I ran Fiddler after ading the network-linked KML layer to the map but Fiddler did not reveal anything that looked like it was pulling fresh KML. Actually, Fiddler show no new sessions when I added the network-linked KML layer to the map and cleared all the original sessions. My refresh interval was set to 10 seconds. And you can see the KML points flash on the map every 10 seconds. If I move one point of data which the network-linked KML is pulling from, the map shows nothing has changed.
Am I missing something in the KML link? I have refreshMode set to onInterval and refreshInterval set to 10 seconds.