We are finally ready to announce the release of MapProxy 0.9.1. It contains lots of major and minor improvements.
The latest release is available at: http://pypi.python.org/pypi/MapProxy
To upgrade within your virtualenv:
$ pip install -U MapProxy
Updated documentation is available at: https://mapproxy.org/docs/0.9.1/
Some noteworthy improvements are:
You can limit any tile/WMS source to the actual coverage of the data. The configuration is similar to the seeding tool. You can use a simple BBOX, WKT files or OGR datasources like Shapefiles to load the boundaries of your data. Requests for data outside of the coverage will result in empty images and the source will not be requested.
See: https://mapproxy.org/docs/0.9.1/coverages.html
We added lots of new features to the WMS implementation of MapProxy. Some of them:
Use multiple MapProxy configurations in a single MapProxy instance: https://mapproxy.org/docs/0.9.1/deployment.html#multimapproxy
For a more complete list see: http://bitbucket.org/olt/mapproxy/src/0.9.1/CHANGES.txt