<?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 08/22/08 15:27:16</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>2</width>
      </LineStyle>
    </Style>
    <Folder>
      <name>Waypoints</name>
    </Folder>
    <Folder>
      <name>Routes</name>
      <Folder>
        <name>port royal des champs</name>
        <Placemark>
          <name>Path</name>
          <styleUrl>#lineStyle</styleUrl>
          <LineString>
            <tessellate>1</tessellate>
            <coordinates>
              2.017368,48.742477,111.671204
              2.017910,48.740402,112.996002
              2.019614,48.741817,110.540802
              2.018161,48.743904,124.558395
              2.017282,48.745407,119.912003
              2.015990,48.745461,120.177200
              2.015013,48.745213,119.858002
              2.013761,48.745510,116.564796
              2.012005,48.745937,121.470398
              2.011105,48.746498,125.907997
              2.008795,48.746460,122.493607
              2.007503,48.746460,121.351997
              2.006317,48.747082,123.179199
              2.004601,48.747543,130.436005
              2.002998,48.747513,143.525604
              2.002060,48.747536,142.740005
              2.001213,48.748222,154.085602
              2.000437,48.748356,151.367996
              1.999881,48.748215,143.800003
              1.995648,48.751160,170.654404
              2.003160,48.753910,166.460007
              2.004119,48.752869,166.059998
              2.006359,48.751095,167.184799
              2.008176,48.749668,168.000000
              2.012518,48.748714,167.133194
              2.015794,48.748596,166.000000
              2.021882,48.746582,162.079590
              2.021776,48.746155,160.385208
              2.022692,48.745186,165.263992
              2.023742,48.744633,166.000000
              2.025660,48.744308,165.080002
              2.026887,48.743713,166.000000
              2.028756,48.742550,165.000000
              2.030298,48.741585,165.000000
              2.032149,48.740959,166.000000
              2.034762,48.740391,165.852798
              2.036274,48.739719,166.000000
              2.037053,48.738991,166.000000
              2.042236,48.740402,165.772797
              2.043043,48.739548,166.000000
              2.043335,48.738331,166.239197
              2.046790,48.737846,167.000000
              2.048654,48.737423,168.000000
              2.050219,48.736828,168.000000
              2.052531,48.736500,168.000000
              2.049122,48.733822,165.479996
              2.047410,48.733818,164.680801
              2.046187,48.733719,163.199997
              2.044832,48.733246,160.369598
              2.045120,48.732773,158.320007
              2.041877,48.731815,158.000000
              2.039679,48.731281,158.459198
              2.036650,48.731186,154.375198
              2.035315,48.731731,155.903992
              2.033993,48.732357,158.796005
              2.031642,48.732513,161.660004
              2.030149,48.732273,161.139999
              2.028993,48.732384,157.755997
              2.027811,48.732384,143.115997
              2.026870,48.732910,145.211197
              2.026164,48.732883,136.199997
              2.025223,48.733524,122.420006
              2.024349,48.734131,113.926003
              2.023574,48.734306,105.776001
              2.023083,48.734516,103.342400
              2.022803,48.735806,106.582397
              2.022661,48.736942,107.774399
              2.022164,48.738132,107.880798
              2.022228,48.738949,107.643204
              2.022671,48.739868,109.550400
              2.022667,48.740452,112.928802
              2.021686,48.740833,112.056000
              2.020460,48.741291,109.226402
              2.019724,48.741665,108.807999
            </coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
  </Document>
</kml>
