Today, since it’s Saturday, we took a longer walk down the Cedar Lake trail.
When I got home I went through my usual GPS download ritual and used the new Google Earth (I just had to try out Google Sky yesterday) to create my KML file and uploaded it to the server. However, when I tested it Google Maps kept complaining that it contained an error. No additional info, just that the file had an error. After scratching my head for a while and doing several google searches, I found this. For the impatient, I’ll summarize. The new Google Earth saves KML 2.2 files (the old one saved KML 2.1) but Google Maps doesn’t support KML 2.2. Doh!
The fix is easy though. Just open up the KML file and change the second line from:
<kml xmlns="http://earth.google.com/kml/2.2">
to:
<kml xmlns="http://earth.google.com/kml/2.1">
Perhaps yesterday’s praise of Google was a little premature.

Recent Comments