<?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 03/08/10 16:58:26</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>
              0.845143,48.476864,0.000000
              0.844638,48.477055,0.000000
              0.844284,48.477283,0.000000
              0.843871,48.477440,0.000000
              0.843217,48.477600,0.000000
              0.842364,48.477806,0.000000
              0.841913,48.478073,0.000000
              0.840953,48.478306,0.000000
              0.839998,48.478642,0.000000
              0.839853,48.478703,0.000000
              0.838882,48.478722,0.000000
              0.837547,48.478764,0.000000
              0.836442,48.478855,0.000000
              0.834575,48.479259,0.000000
              0.833727,48.479450,0.000000
              0.835353,48.480759,0.000000
              0.837348,48.482788,0.000000
              0.837455,48.483189,0.000000
              0.837708,48.483341,0.000000
              0.837504,48.484169,0.000000
              0.837632,48.485142,0.000000
              0.838104,48.486202,0.000000
              0.838544,48.487118,0.000000
              0.838974,48.487659,0.000000
              0.838770,48.487766,0.000000
              0.837654,48.489403,0.000000
              0.845690,48.489082,0.000000
              0.845808,48.491135,0.000000
              0.845507,48.491741,0.000000
              0.846441,48.492493,0.000000
              0.846688,48.493206,0.000000
              0.848511,48.494072,0.000000
              0.849069,48.494648,0.000000
              0.849391,48.495239,0.000000
              0.849638,48.495232,0.000000
              0.849874,48.494919,0.000000
              0.850260,48.494713,0.000000
              0.850679,48.494640,0.000000
              0.851054,48.494484,0.000000
              0.850936,48.494087,0.000000
              0.851312,48.493439,0.000000
              0.851827,48.493050,0.000000
              0.851848,48.492851,0.000000
              0.853039,48.492374,0.000000
              0.853307,48.491871,0.000000
              0.853983,48.491032,0.000000
              0.855249,48.490253,0.000000
              0.855861,48.489658,0.000000
              0.856408,48.489365,0.000000
              0.856977,48.488811,0.000000
              0.856944,48.488506,0.000000
              0.857116,48.488342,0.000000
              0.857695,48.487068,0.000000
              0.858082,48.486736,0.000000
              0.857985,48.485703,0.000000
              0.857642,48.485413,0.000000
              0.856816,48.484959,0.000000
              0.855743,48.484657,0.000000
              0.855013,48.483753,0.000000
              0.852545,48.482410,0.000000
              0.850679,48.481636,0.000000
              0.847471,48.480186,0.000000
              0.846419,48.478977,0.000000
              0.846087,48.478336,0.000000
              0.845186,48.477051,0.000000
              0.845143,48.476864,0.000000
            </coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
  </Document>
</kml>
