JS API 3.26
I have a prototype site at: http://www.jamesmjones.com/geo/geocode324.html that loads multiple kml/kmz files successfully. But one of these files, http://jamesmjones.com/geo/kml/Empowerment_Zones_and_Enterprise_Communities.kml indicates an error: Error: Unable to load KML: File not found. Wrong url or out of memory. The file is definitely there and available to all, so it must be a memory issue?
ALL of the kml/kmz files are publicly accessible via URL, and all work except for this one. It is larger than the others, at 16,000k bytes. Could it be a size issue?
Thanks for any feedback.