On Dec 14, 8:30 am, Tzevy Cont <[email protected]> wrote: > I have a kml file on my site and i want to show on the map.It works but if i > edit the kml file don't show me the new file but the old one. > How could i show a live modification to kml ?
Google's servers cache the kml for some period of time. If you change the kml once in a while you don't need to do anything. If you change the kml often and whan users to see the updates in "real time", you need to add a parameter to the url for your kml file that changes everytime it is requested (I use the date, but some use a random number). -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
