<?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 10/11/10 11:09:32</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.179776,44.125773,313.000000
              5.179098,44.126168,316.000000
              5.176070,44.127138,327.000000
              5.174504,44.127533,327.000000
              5.172886,44.127569,316.000000
              5.171424,44.128540,322.000000
              5.170224,44.129150,326.000000
              5.168397,44.129797,330.000000
              5.167091,44.130228,330.000000
              5.165421,44.130911,336.000000
              5.164742,44.130947,337.000000
              5.163646,44.132672,324.000000
              5.163542,44.132959,332.000000
              5.163176,44.132708,324.000000
              5.162915,44.132384,332.000000
              5.162080,44.133319,350.000000
              5.160775,44.134684,361.000000
              5.160619,44.135259,361.000000
              5.159000,44.135942,353.000000
              5.158270,44.136157,344.000000
              5.157643,44.136660,346.000000
              5.157017,44.136912,341.000000
              5.155816,44.136840,336.000000
              5.155764,44.136301,336.000000
              5.156025,44.136049,332.000000
              5.155921,44.136049,332.000000
              5.156495,44.135726,337.000000
              5.156860,44.135187,331.000000
              5.157539,44.134361,327.000000
              5.156077,44.133498,319.000000
              5.155138,44.132995,323.000000
              5.154407,44.132672,315.000000
              5.154616,44.132097,316.000000
              5.155503,44.132184,316.000000
              5.155921,44.132451,316.000000
              5.156756,44.131948,309.000000
              5.157800,44.131913,312.000000
              5.159575,44.130870,311.000000
              5.159783,44.130296,308.000000
              5.160880,44.129900,312.000000
              5.161558,44.129361,310.000000
              5.162602,44.129074,311.000000
              5.163646,44.128858,314.000000
              5.164534,44.128176,317.000000
              5.165630,44.126559,307.000000
              5.167091,44.125516,301.000000
              5.168605,44.125013,298.000000
              5.169441,44.124618,297.000000
              5.170171,44.124295,291.000000
              5.171320,44.124369,292.000000
              5.172729,44.124500,291.000000
              5.173697,44.123959,294.000000
              5.175002,44.123313,295.000000
              5.177037,44.123133,306.000000
              5.177612,44.122989,315.000000
              5.178238,44.122989,322.000000
              5.178603,44.123277,322.000000
              5.179178,44.123528,317.000000
              5.179700,44.123600,309.000000
              5.180013,44.124211,316.000000
              5.179752,44.124678,314.000000
              5.179334,44.125037,318.000000
              5.179804,44.125109,314.000000
              5.179439,44.125361,318.000000
              5.179700,44.125612,313.000000
            </coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
  </Document>
</kml>
