On Jan 17, 8:50 pm, Niklas Rosencrantz <[email protected]> wrote: > It is dynamically generated and I try to cache it. It just fails > intermittently for no appearant reason. I have Python that generates the > KML and the code is checke and should be working. I don't see where the > program is wrong?
Take the output of your script, save it as a static kml file, if that works, the kml is valid, you have timing issues in serving it to google when it is being dynamically generated. -- Larry > > Thanks > Nick > > > > > > > > On Tue, Jan 17, 2012 at 8:17 PM, Rossko <[email protected]> wrote: > > > the JS should be loading ishttp://www.koolbusiness.com/list.kml > > > You can confidence-test your KML by pasting its URL in the > > maps.google.com search box. > > Didn't work for me first time, says 'not found'. > > Worked some minutes later - many default blue placemarkers throughout > > the world. > > > Google's KML parsers are quite picky about timeouts, they don't allow > > long to fetch your KML. Perhaps your server's performance has dropped > > off a bit. Is this a dynamically generated KML or a real file? > > > -- > > 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. -- 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.
