<?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 05/22/09 14:00:43</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>
              5.790100,46.137304,601.000000
              5.789502,46.137322,597.000000
              5.789173,46.137490,599.000000
              5.788488,46.137420,598.000000
              5.788104,46.137229,596.000000
              5.787894,46.136729,593.000000
              5.787885,46.135559,597.000000
              5.787300,46.134496,616.000000
              5.786223,46.133595,621.000000
              5.785169,46.132805,636.000000
              5.784482,46.131925,640.000000
              5.783507,46.131100,654.000000
              5.783182,46.129804,632.000000
              5.782790,46.129241,631.000000
              5.781959,46.128895,644.000000
              5.781116,46.128358,658.000000
              5.780711,46.127583,658.000000
              5.780024,46.126703,665.000000
              5.779490,46.126190,674.000000
              5.779175,46.125828,678.000000
              5.778401,46.124591,691.000000
              5.778418,46.123836,683.000000
              5.778629,46.123323,678.000000
              5.778705,46.122983,674.000000
              5.778774,46.122542,668.000000
              5.779064,46.122004,667.000000
              5.779002,46.121286,668.000000
              5.779280,46.120557,655.000000
              5.779307,46.119701,645.000000
              5.779585,46.118713,628.000000
              5.779506,46.117713,619.000000
              5.779790,46.117085,605.000000
              5.779526,46.116238,600.000000
              5.779587,46.115403,596.000000
              5.780331,46.116686,592.000000
              5.780979,46.116948,587.000000
              5.782977,46.119622,574.000000
              5.783406,46.120003,571.000000
              5.783792,46.119969,568.000000
              5.784059,46.119578,564.000000
              5.784446,46.119555,561.000000
              5.785629,46.120870,558.000000
              5.785860,46.121448,559.000000
              5.785138,46.122573,568.000000
              5.782826,46.123646,580.000000
              5.782250,46.124012,584.000000
              5.782107,46.125075,589.000000
              5.783119,46.126744,596.000000
              5.783561,46.127845,602.000000
              5.784095,46.128616,610.000000
              5.784299,46.129545,614.000000
              5.785309,46.130921,614.000000
              5.787223,46.133283,616.000000
              5.787695,46.133583,614.000000
              5.788047,46.134023,611.000000
              5.787885,46.135559,597.000000
              5.787894,46.136729,593.000000
              5.788488,46.137420,598.000000
              5.789173,46.137490,599.000000
              5.789502,46.137322,597.000000
              5.790100,46.137304,601.000000
            </coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
  </Document>
</kml>
