New MapProxy 1.2.0 release
August 31, 2011 at 03:00 PMThe 1.2.0 release contained a bug with the watermark configuration. There is already a 1.2.1 release available.
We are finally ready to announce the release of MapProxy 1.2.0. It contains major and minor improvements.
The latest release is available at: http://pypi.python.org/pypi/MapProxy
To upgrade within you virtualenv:
$ pip install --upgrade --no-deps MapProxy
Updated documentation is available at: http://mapproxy.org/docs/1.2.0/
New features
Some noteworthy improvements since 1.1.0 are:
Cache
You can use the MBTiles format for new caches and you can load existing MBTiles cache files.
The directory layout for file based caches is now configurable and you can choose a TMS compatible layout besides the default TileCache compatible one.
See cache configuration.
mapproxy-util scales tool
The new mapproxy-util scales tool helps to convert between scales
and resolutions.
See mapproxy-util documentation.
Other features
Mapnik source now supports the selection of single layers.
Changelog
For a more complete list see: http://bitbucket.org/olt/mapproxy/src/1.2.0/CHANGES.txt