On Mar 26, 8:05 am, kammmo <[email protected]> wrote: > i > used:http://code.google.com/intl/sk-SK/apis/maps/documentation/services.ht... > with > this:http://code.google.com/intl/sk-SK/apis/maps/documentation/examples/ge...... > > this is my map:http://kammmo.webovka.eu/dp/geoxmlrss.html > > problem is: i will redraw point on the map, with button on site, when > i change GPS in "rss1.xml"..... not refresh page, only redraw with > button... > problem is: i dont know, whether rss1.xml is saved in cache on server, > but when i change GPS in rss1.xml and i pressed the button, point is > in old position... and when pressed the button after cca5min then is > loaded new GPS from rss1.xml... > > and my question is, how to make the server reloads new "rss1.xml" > pressing button....
GGeoXml caches information: http://groups.google.com/group/google-maps-api/search?group=google-maps-api&q=GGeoXml+cache Try adding a parameter to bust the cache: like "new Date().getTime()" -- Larry > > sorry my english:) thanks all... -- 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.
