<?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 Sat Apr 13 01:27:15 2013</snippet>
    <LookAt>
      <longitude>7.381365</longitude>
      <latitude>51.116390</latitude>
      <range>102885.589393</range>
    </LookAt>
<!-- 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>
        <name>Bergische Runde</name>
        <Placemark>
          <name>Path</name>
          <styleUrl>#lineStyle</styleUrl>
          <LineString>
            <tessellate>1</tessellate>
            <coordinates>
              7.370960,51.394680
              7.368740,51.391010
              7.333780,51.375020
              7.345270,51.342530
              7.339130,51.319590
              7.290120,51.250310
              7.310290,51.222660
              7.241020,51.180640
              7.107820,51.189670
              7.107320,51.191790
              7.110130,51.190050
              7.148410,51.136780
              7.152970,51.145810
              7.189640,51.138130
              7.203460,51.135310
              7.210000,51.138050
              7.230420,51.110350
              7.266100,51.103300
              7.275480,51.077110
              7.267150,51.053410
              7.263350,51.026930
              7.355050,51.025770
              7.433540,50.988620
              7.446150,50.976250
              7.448510,50.972040
              7.461950,50.972960
              7.453100,50.944730
              7.412570,50.905740
              7.488230,50.845610
              7.557290,50.805310
              7.613690,50.873810
              7.655410,50.915000
              7.623810,50.931360
              7.650350,51.072600
              7.586120,51.177520
              7.464980,51.246320
              7.501950,51.345410
              7.478230,51.359280
              7.474300,51.410820
              7.465520,51.427470
              7.434220,51.416180
              7.431420,51.412880
              7.420060,51.414570
              7.371010,51.394710
            </coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
  </Document>
</kml>
