Hi, I have got the same KML caching problem like many others before me. The solution was to add "?dummy="+(new Date()).getTime(); to the KML file.
My URL now looks like this, but it is not possible to load it. geoXml = new GGeoXml("http://www2.staff.fh-vorarlberg.ac.at/ ~hosa/tracking.kml?dummy="+(new Date().getTime())); I cannot even open e.g. http://www2.staff.fh-vorarlberg.ac.at/~hosa/tracking.kml?i=234 with Google Maps, but it works perfectly without "?i=234", but then it loads the old kml-File. What am I doing wrong? Thank you in advance! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---