<?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 02/01/10 17:49:20</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>Orveyt Wandelroute</name>
        <Placemark>
          <name>Path</name>
          <styleUrl>#lineStyle</styleUrl>
          <LineString>
            <tessellate>1</tessellate>
            <coordinates>
              3.392673,50.780190,38.101563
              3.390743,50.780406,35.851563
              3.390699,50.780406,35.808594
              3.389274,50.780747,37.296875
              3.388813,50.780693,37.000000
              3.386225,50.781232,41.628906
              3.382321,50.782112,45.335938
              3.380040,50.782993,38.953125
              3.377979,50.784556,36.691406
              3.378461,50.784825,38.371094
              3.376706,50.786568,42.742188
              3.375500,50.785975,40.207031
              3.371508,50.792048,36.878906
              3.372057,50.792192,38.097656
              3.367692,50.793162,36.265625
              3.368197,50.792353,38.105469
              3.369403,50.790844,38.097656
              3.371048,50.789407,40.667969
              3.371465,50.789209,41.203125
              3.371860,50.787898,44.343750
              3.372430,50.787107,44.671875
              3.374009,50.785544,40.304688
              3.374470,50.784807,38.437500
              3.374470,50.784825,38.496094
              3.374886,50.783891,35.050781
              3.373417,50.783658,34.722656
              3.372847,50.783873,35.867188
              3.371246,50.783568,35.410156
              3.370609,50.784394,39.644531
              3.368328,50.783963,40.023438
              3.371333,50.782723,32.085938
              3.371860,50.782202,29.933594
              3.373417,50.782328,29.894531
              3.374382,50.780352,26.140625
              3.376663,50.780945,28.957031
              3.377080,50.779759,27.437500
              3.377650,50.779310,27.121094
              3.378483,50.779184,27.253906
              3.379031,50.778483,25.906250
              3.379601,50.778627,26.609375
              3.380018,50.778429,26.128906
              3.379996,50.778429,26.128906
              3.381575,50.779885,31.703125
              3.383725,50.778807,28.656250
              3.384931,50.778555,28.152344
              3.386664,50.778411,26.710938
              3.387651,50.777693,25.906250
              3.387826,50.778339,26.363281
              3.387607,50.778860,27.906250
              3.387212,50.779058,28.707031
              3.387980,50.779274,29.304688
              3.388418,50.779166,29.187500
              3.391577,50.780010,36.121094
              3.392849,50.779759,38.097656
              3.392673,50.780136,38.097656
            </coordinates>
          </LineString>
        </Placemark>
      </Folder>
    </Folder>
  </Document>
</kml>
