<?xml version="1.0" ?>
<WMS_Capabilities xmlns="http://www.opengis.net/wms" xmlns:sld="http://www.opengis.net/sld" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.3.0" xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd http://www.opengis.net/sld http://schemas.opengis.net/sld/1.1.0/sld_capabilities.xsd">
<Service>
  <Name>WMS</Name>
  <Title>MapProxy WMS Proxy</Title>
  <Abstract>This is a minimal MapProxy example.</Abstract>
  <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://services2.agd.cc/FloydGA2019/service"/>
    <Fees>none</Fees>
    <AccessConstraints>none</AccessConstraints>
    <MaxWidth>4000</MaxWidth>
    <MaxHeight>4000</MaxHeight>
</Service>
<Capability>
  <Request>
    <GetCapabilities>
      <Format>text/xml</Format>
      <DCPType>
        <HTTP>
          <Get><OnlineResource xlink:href="https://services2.agd.cc/FloydGA2019/service?"/></Get>
        </HTTP>
      </DCPType>
    </GetCapabilities>
    <GetMap>
      <Format>image/png</Format>
      <Format>image/jpeg</Format>
      <Format>image/gif</Format>
      <Format>image/GeoTIFF</Format>
      <Format>image/tiff</Format>
      <DCPType>
        <HTTP>
          <Get><OnlineResource xlink:href="https://services2.agd.cc/FloydGA2019/service?"/></Get>
        </HTTP>
      </DCPType>
    </GetMap>
    <GetFeatureInfo>
      <Format>text/plain</Format>
      <Format>text/html</Format>
      <Format>text/xml</Format>
      <DCPType>
        <HTTP>
          <Get><OnlineResource xlink:href="https://services2.agd.cc/FloydGA2019/service?"/></Get>
        </HTTP>
      </DCPType>
    </GetFeatureInfo>
  </Request>
  <Exception>
    <Format>XML</Format>
    <Format>INIMAGE</Format>
    <Format>BLANK</Format>
  </Exception>
  <Layer queryable="1">
    <Title>GeoServer Web Map Service</Title>
    <Abstract>A compliant implementation of WMS plus most of the SLD extension (dynamic styling). Can also generate PDF, SVG, KML, GeoRSS</Abstract>
    <CRS>EPSG:3857</CRS>
    <CRS>EPSG:900913</CRS>
    <CRS>EPSG:4326</CRS>
    <CRS>EPSG:4258</CRS>
    <CRS>CRS:84</CRS>
    <EX_GeographicBoundingBox>
      <westBoundLongitude>-85.48469610859458</westBoundLongitude>
      <eastBoundLongitude>-84.9809067894608</eastBoundLongitude>
      <southBoundLatitude>34.06155775892055</southBoundLatitude>
      <northBoundLatitude>34.61537947795087</northBoundLatitude>
    </EX_GeographicBoundingBox>
    <BoundingBox CRS="CRS:84" minx="-85.48469610859458" miny="34.06155775892055" maxx="-84.9809067894608" maxy="34.61537947795087" />
    <BoundingBox CRS="EPSG:3857" minx="-9516112.841426482" miny="4037070.7272101487" maxx="-9460031.270953422" maxy="4111734.819271788" />
    <BoundingBox CRS="EPSG:4326" minx="34.06155775892055" miny="-85.48469610859458" maxx="34.61537947795087" maxy="-84.9809067894608" />
    <BoundingBox CRS="EPSG:900913" minx="-9516112.841426482" miny="4037070.7272101487" maxx="-9460031.270953422" maxy="4111734.819271788" />
    <Layer queryable="1">
      <Name>Imagery2019</Name>
      <Title>Imagery2019</Title>
      <EX_GeographicBoundingBox>
        <westBoundLongitude>-85.48469610859458</westBoundLongitude>
        <eastBoundLongitude>-84.9809067894608</eastBoundLongitude>
        <southBoundLatitude>34.06155775892055</southBoundLatitude>
        <northBoundLatitude>34.61537947795087</northBoundLatitude>
      </EX_GeographicBoundingBox>
      <BoundingBox CRS="CRS:84" minx="-85.48469610859458" miny="34.06155775892055" maxx="-84.9809067894608" maxy="34.61537947795087" />
      <BoundingBox CRS="EPSG:3857" minx="-9516112.841426482" miny="4037070.7272101487" maxx="-9460031.270953422" maxy="4111734.819271788" />
      <BoundingBox CRS="EPSG:4326" minx="34.06155775892055" miny="-85.48469610859458" maxx="34.61537947795087" maxy="-84.9809067894608" />
      <BoundingBox CRS="EPSG:900913" minx="-9516112.841426482" miny="4037070.7272101487" maxx="-9460031.270953422" maxy="4111734.819271788" />
    </Layer>
  </Layer>
</Capability>
</WMS_Capabilities>