<?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 11/02/09 10:29:50</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.276329,48.763589,122.000000
              2.276348,48.763481,146.000000
              2.276371,48.763446,140.000000
              2.276391,48.763436,135.000000
              2.277096,48.763321,130.000000
              2.277659,48.763103,122.000000
              2.277976,48.763223,122.000000
              2.278839,48.762944,122.000000
              2.278956,48.762849,121.000000
              2.278983,48.762986,121.000000
              2.280279,48.762681,117.000000
              2.281099,48.762671,120.000000
              2.281479,48.762579,121.000000
              2.281831,48.762471,118.000000
              2.282591,48.762438,110.000000
              2.283149,48.762598,114.000000
              2.284724,48.762336,118.000000
              2.284831,48.762344,115.000000
              2.284991,48.762563,110.000000
              2.285011,48.762613,107.000000
              2.285246,48.765133,110.000000
              2.285203,48.765478,108.000000
              2.284904,48.765739,110.000000
              2.284818,48.765846,108.000000
              2.284256,48.765943,109.000000
              2.283856,48.766034,106.000000
              2.283468,48.765663,106.000000
              2.283156,48.765911,107.000000
              2.282829,48.765934,112.000000
              2.282483,48.765999,111.000000
              2.282361,48.766004,107.000000
              2.282066,48.766128,106.000000
              2.281298,48.766089,108.000000
              2.281039,48.765971,108.000000
              2.280304,48.765958,109.000000
              2.280278,48.766088,111.000000
              2.280083,48.766149,113.000000
              2.279848,48.766258,113.000000
              2.279616,48.766454,111.000000
              2.279459,48.766198,115.000000
              2.279381,48.765629,110.000000
              2.279156,48.765344,109.000000
              2.279016,48.765353,108.000000
              2.278909,48.765026,109.000000
              2.278834,48.764794,107.000000
              2.278541,48.764858,108.000000
              2.278389,48.764729,108.000000
              2.277359,48.764183,106.000000
              2.277324,48.764196,105.000000
              2.277401,48.763468,107.000000
              2.277241,48.763208,95.000000
              2.276244,48.763426,101.000000
            </coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
  </Document>
</kml>
