<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2"
	xmlns:gx="http://www.google.com/kml/ext/2.2">
  <Document>
    <name>GPS device</name>
    <Snippet>Created Thu Jun  7 22:41:40 2012</Snippet>
<!-- Normal route style -->
    <Style id="route_n">
      <IconStyle>
        <Icon>
          <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
        </Icon>
      </IconStyle>
    </Style>
<!-- Highlighted route style -->
    <Style id="route_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="route">
      <Pair>
        <key>normal</key>
        <styleUrl>#route_n</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#route_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>6</width>
      </LineStyle>
    </Style>
    <Folder>
      <name>Routes</name>
      <Folder>
        <Placemark>
          <name>Path</name>
          <styleUrl>#lineStyle</styleUrl>
          <LineString>
            <tessellate>1</tessellate>
            <coordinates>
              7.816850,52.199440,0.000000
              7.863920,52.168740,0.000000
              7.974260,52.151360,0.000000
              7.969040,52.163210,0.000000
              8.024810,52.161890,0.000000
              8.066520,52.174970,0.000000
              8.146070,52.172230,0.000000
              8.162400,52.162610,0.000000
              8.188850,52.190530,0.000000
              8.187550,52.216530,0.000000
              8.195270,52.227090,0.000000
              8.239310,52.225330,0.000000
              8.316290,52.240190,0.000000
              8.332650,52.312720,0.000000
              8.310490,52.321870,0.000000
              8.263350,52.332970,0.000000
              8.232520,52.353770,0.000000
              8.225560,52.345720,0.000000
              8.197970,52.361710,0.000000
              8.152020,52.377240,0.000000
              8.131350,52.390320,0.000000
              8.096030,52.403240,0.000000
              8.066690,52.385390,0.000000
              8.141760,52.372340,0.000000
              8.139220,52.349640,0.000000
              8.115400,52.339410,0.000000
              8.126440,52.316670,0.000000
              8.150690,52.295120,0.000000
              8.150840,52.258150,0.000000
              8.165530,52.248970,0.000000
              8.203490,52.202950,0.000000
              8.079450,52.175450,0.000000
              7.968580,52.167970,0.000000
              7.915550,52.180360,0.000000
              7.894920,52.204340,0.000000
              7.892790,52.233940,0.000000
              7.876200,52.251000,0.000000
              7.831740,52.233040,0.000000
              7.827160,52.211300,0.000000
              7.815760,52.200300,0.000000
            </coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
    <LookAt>
      <longitude>8.074205</longitude>
      <latitude>52.277300</latitude>
      <range>58508.479581</range>
    </LookAt>
  </Document>
</kml>
