When I import a KML file into Google Earth Pro I get the following message:
Error while parsing file ...
Unknown element <hotSpot>
Examining the KML file I found that the hotSpot element is positioned before the </Icon> tag but the
Google KML reference says it should be after the </Icon> tag and before the </IconStyle> tag. So I edited the KML file and it fixed the GE import error (Notepad++ advanced search and replace automates the fix).
When viewing tracks in GE they would partially disappear after the first playback. This is caused by the very inaccurate altitude values made by the GPS hardware. To fix the issue I first copy the text from the altitude field in GE and paste it into the description so I don't loose the data, then I change the tracks altitude setting from
Absolute to
Clamped to ground. By doing this GE will use its own data for altitude which is vastly more accurate than my GPS data (e.g. recorded track, GPS 250' to 734', GE 584' to 639'). Doing this change makes the
Elevation Profile and
Play Tour features of GE more useful for recorded tracks.