<?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 07/08/10 18:00:01</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>
              2.139820,48.458134,30.000000
              2.140025,48.458390,30.000000
              2.140112,48.461037,30.000000
              2.139210,48.462116,30.000000
              2.138438,48.462750,30.000000
              2.138915,48.463604,30.000000
              2.142630,48.463882,30.000000
              2.145908,48.464620,30.000000
              2.148447,48.464996,30.000000
              2.151110,48.465927,30.000000
              2.152497,48.466900,30.000000
              2.153833,48.467270,30.000000
              2.154265,48.467560,30.000000
              2.154838,48.467556,30.000000
              2.156415,48.468030,30.000000
              2.158458,48.468426,30.000000
              2.161312,48.468826,30.000000
              2.163130,48.470028,30.000000
              2.164518,48.471264,30.000000
              2.165145,48.471620,30.000000
              2.165875,48.471363,30.000000
              2.166210,48.470978,30.000000
              2.166778,48.470596,30.000000
              2.168415,48.469788,30.000000
              2.170058,48.470196,30.000000
              2.170802,48.470127,30.000000
              2.170940,48.469887,30.000000
              2.170703,48.469215,30.000000
              2.171897,48.468010,30.000000
              2.173118,48.465860,30.000000
              2.172920,48.465637,30.000000
              2.171817,48.465427,30.000000
              2.172087,48.464672,30.000000
              2.172952,48.464740,30.000000
              2.171992,48.464672,30.000000
              2.171742,48.465440,30.000000
              2.170793,48.465280,30.000000
              2.170612,48.465076,30.000000
              2.171353,48.461685,30.000000
              2.171245,48.461310,30.000000
              2.170393,48.460380,30.000000
              2.170445,48.460060,30.000000
              2.170812,48.460130,30.000000
              2.171302,48.459778,30.000000
              2.171912,48.459564,30.000000
              2.171260,48.459730,30.000000
              2.171250,48.459835,30.000000
              2.170828,48.460110,30.000000
              2.170503,48.460087,30.000000
              2.170223,48.460262,30.000000
              2.169063,48.459040,30.000000
              2.168817,48.458923,30.000000
              2.167605,48.463740,30.000000
              2.161548,48.460667,30.000000
              2.156637,48.458440,30.000000
              2.154818,48.460922,30.000000
              2.153838,48.462610,30.000000
              2.153642,48.463318,30.000000
              2.147915,48.461052,30.000000
              2.147158,48.460630,30.000000
              2.146425,48.459750,30.000000
              2.145150,48.459167,30.000000
              2.143855,48.458946,30.000000
              2.143272,48.458687,30.000000
              2.142553,48.459310,30.000000
              2.141193,48.458843,30.000000
              2.140507,48.458360,30.000000
              2.139827,48.458103,30.000000
            </coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
  </Document>
</kml>
