Hi,
I have the same issue but I think I know what the problem is. I just don't know how to fix it.
1) I'm using the kenya.html along with the kenya.kml
The kml format of a placemark is as follows:
<Placemark>
<name>Vredefort</name>
<TimeStamp><when>2000-10-01</when></TimeStamp>
<ExtendedData>
<Data name="Country">
<value>South Africa</value>
</Data>
<Data name="Diameter">
<value>300km (~186.4 mile)</value>
</Data>
<Data name="Age">
<value>2023 ± 4 Million years</value>
</Data>
<Data name="Url">
<value>
http://en.wikipedia.org/wiki/Vredefort_crater</value>
</Data>
</ExtendedData>
<Point>
<coordinates>27.5,-27,0</coordinates>
</Point>
</Placemark>
2) For my own project, I published a KML through GeoMedia and opened it in Google Maps with no issues.
However, this is the kml format of my placemark:
<Placemark>
<name>Unknown</name>
<styleUrl>#Style1</styleUrl>
<ExtendedData>
<SchemaData schemaUrl="#Schema1">
<SimpleData name="InterruptionDate">2009-01-03T00:00:00</SimpleData>
<SimpleData name="SubCause">Unknown</SimpleData>
</SchemaData>
</ExtendedData>
<Point>
<coordinates>-81.2861270482308,42.9392106072815,0</coordinates>
</Point>
</Placemark>
Question - How do get my format corrected without manually editing every placemark. I'm assuming <TimeStamp><when>2000-10-01</when></TimeStamp>
is the key for the timeline.