<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
 <Document>
    <name>Balloon Trajectory</name>
    <Style id="track">
      <LineStyle>
        <color>fff010c0</color>
      </LineStyle>
      <PolyStyle>
        <color>3fc00880</color>
      </PolyStyle>
    </Style>
    <Style id="place">
      <IconStyle>
        <scale>1</scale>
      </IconStyle>
    </Style>
    <Placemark>
      <name>Flight Path</name>
      <styleUrl>#track</styleUrl>
      <LineString>
        <tessellate>1</tessellate>
        <extrude>1</extrude>
        <altitudeMode>absolute</altitudeMode>
        <coordinates>
-0.092654, 52.251255, 50
-0.1088,  52.259166666666665, 2000
-0.09933333333333333, 52.26258333333333, 5590
-0.024, 52.2559, 22021.5
-0.016666666666666666, 52.26263333333333, 23000
        </coordinates>
      </LineString>
    </Placemark>
  </Document>
</kml>
 
missions/firefly/fhalp-2/kml.txt · Last modified: 2008/02/13 19:57 by jamescoxon
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki