Hi Roman, thank you so much for the response! I actually had been
using the whale-shark example as my template, but I am having issues.
I had been using .gpx files in the past and want to migrate to the
better .kml files, but I cannot seem to get routes to work right
period (let alone do the route animations like I asked you about). I
took the whale-shark example and modded it with three of my own fixes/
times. When I look at it on GoogleEarth, I see the route showing up
VERY briefly as google zooms into my location, but it is never draws
the route out at the location. Below is the mocked up file, do you
see the error of my ways??
Thanks so much!
~Jason
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="
http://earth.google.com/kml/2.2">
<Document>
<name>Testing Path</name>
<open>1</open>
<description><![CDATA[blah blah blah</p>]]></description>
<LookAt>
<longitude>-76.883815</longitude>
<latitude>39.106663</latitude>
<altitude>0</altitude>
<range>10000</range>
<tilt>0</tilt>
<heading>-0.3840786059394472</heading>
</LookAt>
<Style id="seeadler-dot-icon">
<IconStyle>
<Icon>
<href>
http://www.seeadlerpost.com/images/KML/dot.png</href>
</Icon>
</IconStyle>
</Style>
<Folder>
<name>Testing, testing, testing</name>
<open>1</open>
<description>This is only a test</description>
<LookAt>
<longitude>-76.883815</longitude>
<latitude>39.106663</latitude>
<altitude>0</altitude>
<range>10000</range>
<tilt>0</tilt>
<heading>-3.57125742335521</heading>
</LookAt>
<Style>
<ListStyle>
<listItemType>checkHideChildren</listItemType>
<bgColor>00ffffff</bgColor>
<maxSnippetLines>2</maxSnippetLines>
</ListStyle>
</Style>
<Placemark>
<TimeStamp><when>2005-08-22T07:36:00Z</when>
</TimeStamp>
<styleUrl>#seeadler-dot-icon</styleUrl>
<Point>
<coordinates>-76.88934999999999,39.099989,0</coordinates>
</Point>
</Placemark>
<Placemark>
<TimeStamp><when>2005-08-22T07:36:20Z</when>
</TimeStamp>
<styleUrl>#seeadler-dot-icon</styleUrl>
<Point>
<coordinates>-76.883815,39.106663,0</coordinates>
</Point>
</Placemark>
<Placemark>
<TimeStamp><when>2005-08-22T10:36:40Z</when>
</TimeStamp>
<styleUrl>#seeadler-dot-icon</styleUrl>
<Point>
<coordinates>-76.877483,39.111487,0</coordinates>
</Point>
</Placemark>
</Folder>
<Placemark>
<name>The Path</name>
<Style>
<LineStyle>
<color>ff0000ff</color>
<width>2</width>
</LineStyle>
</Style>
<LineString>
<extrude>1</extrude>
<tessellate>1</tessellate>
<altitudeMode>absolute</altitudeMode>
<coordinates>
-76.88934999999999,39.099989,0 -76.883815,39.106663,0
-76.877483,39.111487,0 </coordinates>
</LineString>
</Placemark>
</Document>
</kml>