<?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 sam. juin 20 19:32:40 2020</snippet>
    <LookAt>
      <longitude>2.800806</longitude>
      <latitude>50.249374</latitude>
      <range>7070.976033</range>
    </LookAt>
    <!-- Normal track style -->
    <Style id="track_n">
      <IconStyle>
        <scale>.5</scale>
        <Icon>
          <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
        </Icon>
      </IconStyle>
      <LabelStyle>
        <scale>0</scale>
      </LabelStyle>
    </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>Tracks</name>
      <Folder>
        <name>track</name>
        <Placemark>
          <name>Path</name>
          <styleUrl>#lineStyle</styleUrl>
          <LineString>
            <tessellate>1</tessellate>
            <coordinates>
2.788716,50.262022,94.00
2.787042,50.261364,92.00
2.786055,50.260760,92.00
2.787214,50.258565,97.00
2.786527,50.258373,96.00
2.786613,50.255080,90.00
2.788587,50.261967,94.00
2.786012,50.260787,92.00
2.786999,50.258647,96.00
2.786613,50.258373,96.00
2.786570,50.254696,88.00
2.780261,50.253407,92.00
2.780261,50.251464,87.00
2.780133,50.250174,84.00
2.779618,50.249104,81.00
2.780390,50.247567,79.00
2.780433,50.246167,78.00
2.780133,50.244631,80.00
2.780004,50.243203,85.00
2.779188,50.242023,89.00
2.778716,50.240651,87.00
2.778115,50.239169,83.00
2.777644,50.235655,76.00
2.782064,50.235189,75.00
2.784424,50.235189,76.00
2.787128,50.234942,78.00
2.788587,50.234997,79.00
2.789188,50.231373,85.00
2.791505,50.232059,88.00
2.793050,50.233075,87.00
2.794466,50.232389,89.00
2.795453,50.229945,90.00
2.802406,50.232993,85.00
2.802725,50.233212,85.00
2.804571,50.233048,84.00
2.807317,50.232581,87.00
2.809334,50.233157,86.00
2.810965,50.231208,93.00
2.813154,50.230769,90.00
2.814141,50.232306,92.00
2.815042,50.233157,93.00
2.816501,50.236534,89.00
2.816759,50.238236,85.00
2.820750,50.242320,78.00
2.820278,50.243061,77.00
2.822037,50.244241,78.00
2.823453,50.245449,82.00
2.823968,50.246327,84.00
2.822380,50.247205,87.00
2.821565,50.247946,85.00
2.818518,50.246491,88.00
2.817703,50.245888,89.00
2.816458,50.245641,89.00
2.815686,50.246080,90.00
2.817445,50.246958,90.00
2.818647,50.247425,88.00
2.819033,50.247726,87.00
2.818990,50.248495,84.00
2.816458,50.253516,69.00
2.817145,50.253681,68.00
2.816330,50.256233,73.00
2.811780,50.258922,92.00
2.810150,50.261117,94.00
2.805772,50.265040,98.00
2.804184,50.266850,95.00
2.802124,50.268194,95.00
2.801009,50.268688,94.00
2.799421,50.268803,97.00
2.798005,50.267734,99.00
2.796760,50.266828,100.00
2.795773,50.264496,99.00
2.794958,50.262000,95.00
2.793155,50.263015,97.00
2.792082,50.264524,97.00
2.791396,50.265292,97.00
2.789894,50.266691,98.00
2.789078,50.266582,96.00
2.789035,50.266225,94.00
2.787147,50.265292,94.00
2.787533,50.264908,92.00
2.788177,50.264661,86.00
2.787490,50.264140,87.00
2.788134,50.263948,88.00
2.788263,50.262850,92.00
2.788821,50.262192,94.00
</coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
  </Document>
</kml>
