<?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://mp2.fertisat.eu/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://mp2.fertisat.eu/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://mp2.fertisat.eu/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://mp2.fertisat.eu/service?"/></Get>
        </HTTP>
      </DCPType>
    </GetFeatureInfo>
  </Request>
  <Exception>
    <Format>XML</Format>
    <Format>INIMAGE</Format>
    <Format>BLANK</Format>
  </Exception>
  <Layer>
    <Name>ORTOFOTOMAPA</Name>
    <Title>Ortofotomapa</Title>
    <CRS>EPSG:4326</CRS>
    <CRS>CRS:84</CRS>
    <CRS>EPSG:900913</CRS>
    <CRS>EPSG:3857</CRS>
    <CRS>EPSG:4258</CRS>
    <EX_GeographicBoundingBox>
      <westBoundLongitude>14.12392297300002</westBoundLongitude>
      <eastBoundLongitude>24.14315637200011</eastBoundLongitude>
      <southBoundLatitude>48.99401316400008</southBoundLatitude>
      <northBoundLatitude>54.83832428600005</northBoundLatitude>
    </EX_GeographicBoundingBox>
    <BoundingBox CRS="CRS:84" minx="14.12392297300002" miny="48.99401316400008" maxx="24.14315637200011" maxy="54.83832428600005" />
    <BoundingBox CRS="EPSG:3857" minx="1572267.913357781" miny="6273845.614243559" maxx="2687603.8734734305" maxy="7330551.1680088965" />
    <BoundingBox CRS="EPSG:4326" minx="48.99401316400008" miny="14.12392297300002" maxx="54.83832428600005" maxy="24.14315637200011" />
    <BoundingBox CRS="EPSG:900913" minx="1572267.913357781" miny="6273845.614243559" maxx="2687603.8734734305" maxy="7330551.1680088965" />
  </Layer>
</Capability>
</WMS_Capabilities>