Viewing timestamps

3 views
Skip to first unread message

Ab Caballero

unread,
Jun 16, 2011, 2:59:35 PM6/16/11
to Google Earth API
I am importing a KML file into Google Earth with placemarks and
timestamps. While I can view the placemarks, i cannot see the
timestamp data. Any help is appreciated. A code sample is below:

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<name>2011Jun1419:37</name>
<Style id="yellowLineGreenPoly">
<LineStyle>
<color>7f00ffff</color>
<width>4</width>
</LineStyle>
<PolyStyle>
<color>7f00ff00</color>
</PolyStyle>
</Style>
<extrude>0</extrude>
<tessellate>1</tessellate>
<altitudeMode>clampToGround</altitudeMode>
<Placemark>
<TimeStamp>
<when>2011-06-16T18:32:54Z</when>
</TimeStamp>
<Point>
<coordinates>-0.73945,51.33417</coordinates>
</Point>
</Placemark>
</Document>
</kml>
Reply all
Reply to author
Forward
0 new messages