> Hi, I can't seem to get this KMZ file created from ArcMaps to load. The KMZ > file is 769KB, with is under the limit as I understand it. It uncompresses > (using Google Earth) to a 14 MB KML file, which is over the limit. Does that > matter since the KMZ file is under the limit?
http://code.google.com/apis/kml/documentation/mapsSupport.html "Maximum uncompressed KML file size 10MB" although with files of that size you would probably hit this first "Maximum number of total document-wide features 1,000" I'm not convinced those limits for maps.google.com strictly apply to KmlLayer, but they do seem to be a good guide. -- 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.
