I am not able to refresh kmz file.

If i edit the kmz file its refreshing.
If i delete the existing file and create new kmz file, its not
refreshing.

I am using networklinks.

      function addKmlFromUrl(kmlUrl) {
      var link = ge.createLink('');
      link.setHref(kmlUrl);
      var networkLink = ge.createNetworkLink('');
      networkLink.set(link,true,false);
      ge.getFeatures().appendChild(networkLink);
    }
Thanks
Ajit

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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-api?hl=en.

Reply via email to