KML/KMZ files and layers can be a little complex at times and some people have had issues, so I thought I'd post some suggestions/recommendations.
- KMZ files are basically ZIP files that sometimes contain multiple KML files within them. You could actually change the .kmz file extension to .zip and unzip the file then load each individual KML file as a separate layer
- The Ushahidi Map has limits on how much KML data it can load. If your KML file is a few Megabytes big, this is going to be an issue in any browser. Good sizes are in the sub-megabyte range.
- Sometimes, poorly formatted KML files will be an issue and show up blank on the map. Usually this has to do with the styling in the KML file itself. Google Earth is more forgiving. Examples:
In this example, it will be assumed the LineStyle has a zero width so will show up blank
Code:
ff0000ff
Correct Version:
Code:
ff0000ff
1
You can find the KML reference guide here: http://code.google.com/apis/kml/documentation/kmlreference.html