On Mar 25, 3:54 pm, tanos_8888888888 <[email protected]> wrote: > > How can make sure to always get a refreshed picture, it updates every > 15 min. > > I posed this question here a couple of months ago and that is the > advice I received.
Yes, in this thread: http://groups.google.com/group/google-maps-api/browse_thread/thread/ca2bafae914705bf Unfortunately, it was bad advice in the circumstances, as you can't simply bolt Javascript into a Plain Old HTML Element Tag. You could add the ?whatever querystring to the image url as you write out the KML file; or perhaps use <script>document.write ... </script> within the KML so that that Javascript can write out the url. -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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.
