<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Document>
    <name>GPS device</name>
    <Snippet>Created 04/20/10 16:46:40</Snippet>
<!-- Normal track style -->
    <Style id="track_n">
      <IconStyle>
        <Icon>
          <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
        </Icon>
      </IconStyle>
    </Style>
<!-- Highlighted track style -->
    <Style id="track_h">
      <IconStyle>
        <scale>1.2</scale>
        <Icon>
          <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
        </Icon>
      </IconStyle>
    </Style>
    <StyleMap id="track">
      <Pair>
        <key>normal</key>
        <styleUrl>#track_n</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#track_h</styleUrl>
      </Pair>
    </StyleMap>
<!-- Normal waypoint style -->
    <Style id="waypoint_n">
      <IconStyle>
        <Icon>
          <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
        </Icon>
      </IconStyle>
    </Style>
<!-- Highlighted waypoint style -->
    <Style id="waypoint_h">
      <IconStyle>
        <scale>1.2</scale>
        <Icon>
          <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
        </Icon>
      </IconStyle>
    </Style>
    <StyleMap id="waypoint">
      <Pair>
        <key>normal</key>
        <styleUrl>#waypoint_n</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#waypoint_h</styleUrl>
      </Pair>
    </StyleMap>
    <Style id="lineStyle">
      <LineStyle>
        <color>ff0000ff</color>
        <width>2</width>
      </LineStyle>
    </Style>
    <Folder>
      <name>Waypoints</name>
    </Folder>
    <Folder>
      <name>Tracks</name>
      <Folder>
        <name>track</name>
        <Placemark>
          <name>Path</name>
          <styleUrl>#lineStyle</styleUrl>
          <LineString>
            <tessellate>1</tessellate>
            <coordinates>
              1.738422,48.672667,142.000000
              1.734269,48.673815,163.000000
              1.732696,48.674841,167.000000
              1.733413,48.677406,170.000000
              1.739739,48.682068,158.000000
              1.745497,48.683040,146.000000
              1.745763,48.683581,144.000000
              1.744516,48.685777,153.000000
              1.743090,48.685815,147.000000
              1.742534,48.686980,149.000000
              1.735907,48.690633,168.000000
              1.736710,48.697558,169.000000
              1.729953,48.700535,172.000000
              1.730041,48.704625,175.000000
              1.730852,48.704989,175.000000
              1.728469,48.711314,177.000000
              1.724723,48.712283,176.000000
              1.723701,48.712548,172.000000
              1.716261,48.709992,177.000000
              1.721846,48.702875,176.000000
              1.720420,48.691362,160.000000
              1.713195,48.688133,167.000000
              1.712657,48.687726,168.000000
              1.723522,48.681625,170.000000
              1.730673,48.673752,162.000000
              1.731568,48.672678,160.000000
              1.730153,48.671771,155.000000
              1.729207,48.671407,149.000000
              1.728376,48.672841,145.000000
              1.724495,48.673945,145.000000
              1.722518,48.674699,152.000000
              1.721015,48.675545,153.000000
              1.718982,48.675264,150.000000
              1.714278,48.671419,151.000000
              1.716849,48.666399,138.000000
              1.719283,48.661423,137.000000
              1.723007,48.662027,143.000000
              1.725582,48.662265,154.000000
              1.735312,48.665775,141.000000
              1.735982,48.666543,154.000000
              1.736997,48.666772,162.000000
              1.737733,48.667630,168.000000
              1.735190,48.670494,164.000000
              1.733967,48.670577,149.000000
              1.734841,48.671256,161.000000
              1.735377,48.671888,151.000000
              1.737684,48.671945,152.000000
              1.738087,48.672306,145.000000
              1.738087,48.672306,145.000000
              1.738087,48.672306,145.000000
            </coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
  </Document>
</kml>
