<?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 Wed Sep 22 09:29:12 2010</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>Waypoints</name>
    </Folder>
    <Folder>
      <name>Routes</name>
      <Folder>
        <name>von D 50829 Köln/Ossendorf Ikarosstr.nach D 50829 Köln/Ossendorf Ikarosstr.</name>
        <Placemark>
          <name>Path</name>
          <styleUrl>#lineStyle</styleUrl>
          <LineString>
            <tessellate>1</tessellate>
            <coordinates>
              6.899780,50.978670,0.000000
              6.897111,50.999206,0.000000
              7.134251,51.053273,0.000000
              7.184672,51.095352,0.000000
              7.163601,51.106296,0.000000
              7.151550,51.141240,0.000000
              7.188820,51.153550,0.000000
              7.217420,51.143900,0.000000
              7.346806,51.148138,0.000000
              7.357020,51.125350,0.000000
              7.395387,51.116252,0.000000
              7.537050,51.094794,0.000000
              7.647280,51.080050,0.000000
              7.623920,51.049400,0.000000
              7.694900,50.986080,0.000000
              7.722140,50.948670,0.000000
              7.759720,50.927220,0.000000
              7.776990,50.845113,0.000000
              7.732666,50.789822,0.000000
              7.728839,50.787177,0.000000
              7.700171,50.838804,0.000000
              7.684472,50.843409,0.000000
              7.674937,50.833054,0.000000
              7.610779,50.805416,0.000000
              7.538300,50.796460,0.000000
              7.507034,50.781476,0.000000
              7.482950,50.791050,0.000000
              7.344350,50.829340,0.000000
              7.223130,50.851480,0.000000
              7.191783,50.855071,0.000000
              7.112090,50.888310,0.000000
              7.051051,50.932817,0.000000
              6.977684,50.953221,0.000000
              6.925464,50.962615,0.000000
              6.899770,50.978660,0.000000
            </coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
  </Document>
</kml>
