On Oct 28, 2:40 pm, Lori G <lok...@gmail.com> wrote:
, we discovered this early on and it makes testing difficult--
> particularly when we made minor changes to our scripts. We started
> hiding text edits in our kmls so we could distinguish btwn the old/new
> kmls!

Lori, no need to do that. Yous can get the kml to work in realtime
like this:
+(new Date()).valueOf() i.e. append this after a '?' in the
definition.

var healthLayer = new google.maps.KmlLayer('http://climatehotmap.org/
kml/health.km?l'+(new Date()).valueOf(),
{map:map,preserveViewport:true,suppressInfoWindows: true});?'

-- 
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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to