On Jan 23, 9:14 am, jeltz <[email protected]> wrote: > Hi, > I have an application to collect telemetry data from geographically > distributed sensors and to visualize status in Google Map. > E.g., presently my app outputs Google map API 3 html/java script into the > local folder. > Presently, the application just overwrites output html with the new > html/javascript whenever something in sensor status is changed > I am using java script timer to re- load the page periodically, but it > seems as new html is never loaded. > What would be the simplest approach to update google map "on demand" ?
AJAX (Asynchronous Javascript And Xml [or JSON]) Use a cache busting argument in the URL to prevent the browser from caching it. -- Larry > Thanks, > -V -- 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.
