ok I looked at the examples on those pages and I believe I need to add
it to the end of my line of script here:
kmlLayer = new google.maps.KmlLayer('http://www.meadowlarkco.com/
regulationsmap.xml' , {preserveViewport: true, suppressInfoWindows:
true} );
directly after regulationsmap.xml, but do I just do 'http://
www.meadowlarkco.com/regulationsmap.xml'+(new Date()).getTime()
On Feb 6, 1:43 pm, "[email protected]" <[email protected]>
wrote:
> On Feb 6, 11:23 am, rmcguire <[email protected]> wrote:
>
> > do you know why it takes so long? Its really frustrating if Im wanting
> > to see changes made
>
> If you are developing and actively changing the kml file, you can add
> a "cache busting" parameter to the URL (I usually use a function of
> time), so that the google servers will read and render it as a new
> file each time.
>
> Examples can be found in this
> search:http://groups.google.com/group/google-maps-js-api-v3/search?group=goo...
>
> -- Larry
>
>
>
>
>
> > On Feb 6, 12:21 pm, Rossko <[email protected]> wrote:
>
> > > > how long does it take to refresh if I change my xml file?
>
> > > It's not documented, and may be variable. It seems to be some hours
> > > usually.- Hide quoted text -
>
> - Show quoted text -
--
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.