<?xml version="1.0" encoding="UTF-8"?>
<WMT_MS_Capabilities
    version="1.1.1"
    xmlns:xlink="http://www.w3.org/1999/xlink">
  <Service>
    <Name>OGC:WMS</Name>
    <Title>Anchorita Maps</Title>
    <Abstract>Latest Anchorita orthomosaic</Abstract>
    <OnlineResource xlink:type="simple" xlink:href="https://emlidmaps.duckdns.org/wms"/>
  </Service>

  <Capability>
    <Request>
      <GetCapabilities>
        <Format>application/vnd.ogc.wms_xml</Format>
        <DCPType>
          <HTTP>
            <Get>
              <OnlineResource xlink:type="simple" xlink:href="https://emlidmaps.duckdns.org/wms"/>
            </Get>
          </HTTP>
        </DCPType>
      </GetCapabilities>

      <GetMap>
        <Format>image/png</Format>
        <Format>image/jpeg</Format>
        <DCPType>
          <HTTP>
            <Get>
              <OnlineResource xlink:type="simple" xlink:href="https://emlidmaps.duckdns.org/wms"/>
            </Get>
          </HTTP>
        </DCPType>
      </GetMap>
    </Request>

    <Exception>
      <Format>application/vnd.ogc.se_xml</Format>
    </Exception>

    <Layer>
      <Title>Anchorita Maps</Title>
      <SRS>EPSG:4326</SRS>
      <SRS>EPSG:3857</SRS>
      <SRS>EPSG:2276</SRS>

      <LatLonBoundingBox
          minx="-96.85237255789077"
          miny="32.81827046462022"
          maxx="-96.84213881013163"
          maxy="32.82688300674479"/>

      <Layer queryable="0" opaque="0">
        <Name>anchorita_latest</Name>
        <Title>Anchorita Latest Orthomosaic</Title>
        <Abstract>Most recently uploaded GeoTIFF orthomosaic</Abstract>

        <SRS>EPSG:4326</SRS>
        <SRS>EPSG:3857</SRS>
        <SRS>EPSG:2276</SRS>

        <LatLonBoundingBox
            minx="-96.85237255789077"
            miny="32.81827046462022"
            maxx="-96.84213881013163"
            maxy="32.82688300674479"/>

        <BoundingBox
            SRS="EPSG:3857"
            minx="-10781556.795264823"
            miny="3871207.1751859174"
            maxx="-10780417.579675369"
            maxy="3872348.0573022156"/>

        <BoundingBox
            SRS="EPSG:2276"
            minx="2474621.124"
            miny="6984650.298"
            maxx="2477716.577"
            maxy="6987735.271"/>

        <Style>
          <Name>default</Name>
          <Title>Default</Title>
        </Style>
      </Layer>
    </Layer>
  </Capability>
</WMT_MS_Capabilities>
