
Вот код kml:
Код: Выделить всё
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2">
<Document>
<Camera>
<gx:TimeStamp>
<when>2010-05-01T13:00:00-05:00</when>
</gx:TimeStamp>
<longitude>-93.2207</longitude>
<latitude>44.882</latitude>
<altitude>50000</altitude>
<heading>0</heading>
<tilt>0</tilt>
</Camera>
<Style id="dat1">
<IconStyle>
<Icon>
<href>http://maps.macnoise.com/scripts/plane.png</href>
</Icon>
</IconStyle>
<LineStyle>
<color>ff0000ff</color>
<width>5</width>
</LineStyle>
<PolyStyle>
<color>7fffffff</color>
</PolyStyle>
</Style>
<name>Flight Tracks</name>
<Folder>
<name>datchik1</name>
<Placemark>
<name>E1</name>
<adflag>A</adflag>
<flightid>TCF7521</flightid>
<styleUrl>#dat1</styleUrl>
<gx:Track>
<altitudeMode>absolute</altitudeMode>
<extrude>1</extrude>
<when>2010-05-01T13:00:00-05</when>
<gx:coord>104.2453 52.320259 2743</gx:coord>
<gx:angles>20 0 0</gx:angles>
<speed>376</speed>
<when>2010-05-01T13:00:00-05</when>
<gx:coord>104.24530001 52.32025901 2743</gx:coord>
<gx:angles>20 0 0</gx:angles>
<speed>376</speed>
<when>2010-05-01T13:00:00-05</when>
<gx:coord>104.24530002 52.32025902 2743</gx:coord>
<gx:angles>20 0 0</gx:angles>
<speed>376</speed>
</gx:Track></Placemark>
</Folder>
</Document>
</kml>