> kml-layer is in http://www.posit.se/kml/fartkamera.kml?rev=101215and the > rev is for new cache every day
kmlLayer uses Google's servers to process the KML. The KML is cached at Google for some time, at least some hours, which you may need to take into account if your KML changes often. Perhaps you already know that, and that is what the rev= parameter is for ! Googles servers have limited patience, and will time out if your KML takes too long to fetch. I just tried to view your KML file directly and it timed out from my browser. A second try worked. I'd look at your server performance ? There are limits to the complexity of KML that Google's servers allow, if you are getting up around a thousand placemarks you may be running into those limits. Your KML is technically invalid, because of the numeric id= in many tags, but I don't think that is the problem. I can see your file says that is UTF-8, but I wonder if you actually encode the content as UTF-8 when you build it daily? -- 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.
