<?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 10:53:05</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.119775,43.982523,272.000000
              5.120401,43.981265,278.000000
              5.121028,43.979828,304.000000
              5.121863,43.978606,316.000000
              5.119566,43.977851,338.000000
              5.119514,43.977241,338.000000
              5.118992,43.976594,341.000000
              5.118888,43.974474,346.000000
              5.120454,43.972785,359.000000
              5.121550,43.971024,354.000000
              5.123533,43.969802,359.000000
              5.124369,43.969479,351.000000
              5.124212,43.968976,351.000000
              5.124630,43.968581,351.000000
              5.124473,43.968329,353.000000
              5.126979,43.968221,363.000000
              5.128858,43.969479,389.000000
              5.129902,43.969515,389.000000
              5.130372,43.970233,376.000000
              5.131207,43.969551,385.000000
              5.131050,43.970701,355.000000
              5.132355,43.973216,310.000000
              5.133347,43.972465,320.000000
              5.133191,43.971784,321.000000
              5.134026,43.970994,328.000000
              5.135749,43.969951,337.000000
              5.137315,43.967831,356.000000
              5.138515,43.965927,370.000000
              5.140133,43.964993,392.000000
              5.142013,43.964382,409.000000
              5.140864,43.965460,420.000000
              5.139664,43.965891,403.000000
              5.139194,43.968622,412.000000
              5.138828,43.970526,412.000000
              5.137524,43.971604,387.000000
              5.137002,43.973580,366.000000
              5.136636,43.975228,330.000000
              5.134496,43.976256,297.000000
              5.134652,43.976945,302.000000
              5.133556,43.977591,291.000000
              5.133139,43.978993,299.000000
              5.133191,43.980322,283.000000
              5.132460,43.981831,283.000000
              5.131677,43.983628,299.000000
              5.130528,43.983412,292.000000
              5.129746,43.983448,277.000000
              5.129067,43.983233,267.000000
              5.127135,43.983484,263.000000
              5.124578,43.983269,251.000000
              5.125048,43.982478,251.000000
              5.124160,43.983197,251.000000
              5.122646,43.983448,270.000000
              5.120715,43.984131,249.000000
              5.119619,43.983915,249.000000
              5.119880,43.982370,272.000000
            </coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
  </Document>
</kml>
