Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The MapProxy demo application is useful for testing MapProxy layers. The live MapProxy demo is accessible via http://localhost:83/demo; the test MapProxy demo is at http://localhost:84/demo.

Detailed Configuration

Services

This section will need modification to include any projections that are to be used beyond the default set of CRS:84, EPSG:4326, EPSG:4258, EPSG:900913 & EPSG:3857. If you want to use British National Grid then add the following the wms section such as:

Code Block
services:
  ...
  wms:
    srs: ['EPSG:27700']
    md:
      title: iShare MapProxy
      abstract: Default iShare MapProxy installation
      online_resource: www.astuntechnology.com
      contact:
        person: Support
        organization: Astun Technology
        country: United Kingdom
        phone: +44(0)01372 744009
        email: support@astuntechnology.com

Layers

This section defines one or more layers to be served by MapProxy. Each layer should have:

...