Hi there, there doesn't seem to be many threads/posts on people having this issue, but I hope someone has an answer.
I have a KMZ file that is generated on the fly. A typical KMZ file that is generated will have approximately 16 Placemarks. Each Placemark will contain a MultiGeometry element, then a single Polygon element. The Polygon element will have a bunch of children elements, and the only one I think worth mentioning would be the "coordinates" one. Each coordinates element contains roughly ~1500 coordinates in total. The file size of the KMZ is under 500KB usually. And I don't think I exceed any of the limits stated on http://code.google.com/apis/kml/documentation/mapsSupport.html. When I go to create the layer using this KMZ file generator location, the layer will sometimes not display on my map. If I look in FireBug, I'll be able to see the request to KmlOverlayService failing and stating a 500 Internal Server Error. If I then copy the Location for that request and visit it in a new window, the page will load a bunch of text which I assume means it's working since it doesn't give me a 500 error anymore. If I now hard refresh my map's web page, the KMZ layer will load perfectly fine. Cliffs: KMZ file seems to be under the limits, but generates a 500 error intermittently when loading the layer. When 500 error occurs, accessing KmlOverlayService directly will load data properly without seeing the 500 error. The layer seems to be fine as it can load on occasion rather than fail for every request. Does anyone know what's going here? -- 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.
