<?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 Wed Jun 10 17:53:18 2026 GMT</snippet>
    <LookAt>
      <longitude>-42.916651</longitude>
      <latitude>15.053888</latitude>
      <range>12502863.910498</range>
    </LookAt>
    <!-- Normal waypoint style -->
    <Style id="waypoint_n">
      <IconStyle>
        <Icon>
          <href>https://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>https://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>
    <Folder>
      <name>Waypoints</name>
      <Placemark>
        <name>Reef_Name</name>
        <styleUrl>#waypoint</styleUrl>
        <Point>
          <coordinates>0.000000,0.000000</coordinates>
        </Point>
      </Placemark>
      <Placemark>
        <name>RESTORE Rubble 9</name>
        <styleUrl>#waypoint</styleUrl>
        <Point>
          <coordinates>-85.832987,30.107758</coordinates>
        </Point>
      </Placemark>
      <Placemark>
        <name>RESTORE Rubble 10</name>
        <styleUrl>#waypoint</styleUrl>
        <Point>
          <coordinates>-85.833302,30.107775</coordinates>
        </Point>
      </Placemark>
    </Folder>
  </Document>
</kml>
