I am currently using the google maps api v3 to load kml files into my web application. The file I am having trouble with is a KML which is 274 KB big. It will not load (uncompressed the file is about 8mb). If I take out elements from the file to shrink it, then i does load in my web app.
But when i use *http://maps.google.com/?q=http://myapp/kml/mykml.kmz, then the KML loads perfectly. If someone can shed some light on this it will be greatly appreciated