services:
  demo:
  wms:
    md:
      title: MapProxy WMS Proxy
      abstract: This is the fantastic MapProxy.
      online_resource: http://mapproxy.org/
      contact:
        person: Your Name Here
        position: Technical Director
        organization:
        address: Fakestreet 123
        city: Somewhere
        postcode: 12345
        country: Germany
        phone: +49(0)000-000000-0
        fax: +49(0)000-000000-0
        email: info@example.org
      access_constraints:
        Insert license and copyright information for this service.
      fees: 'None'

sources:
  test_wms:
    type: wms
    req:
      url: http://example.org/service?
      layers: osm

layers:
  - name: cascaded_test
    title: Cascaded Test Layer
    sources: [test_wms]
