New MapProxy 1.3.0 release

  • 2012-01-13 14:00:00+01:00

We are ready to announce the release of MapProxy 1.3.0. It contains major and minor improvements.

The latest release is available at: http://pypi.python.org/pypi/MapProxy

To upgrade within your virtualenv:

$ pip install --upgrade --no-deps MapProxy

Updated documentation is available at: https://mapproxy.org/docs/1.3.0/

New features

Some noteworthy improvements since 1.2.0 are:

RESTful WMTS

The MapProxy WMTS now also supports the RESTful API. This service also supports custom URL templates for your service.

See WMTS configuration.

CouchDB cache backend

You can now use a CouchDB as a backend for tile caches. Each cache gets stored into a separate database and you can configure the layout of the URLs of each tile. You can also add additional metadata for each tile.

See CouchDB configuration.

mapproxy-util serve-multiapp-develop tool

The new command is similar to serve-develop but it starts a MultiMapProxy instance.

See mapproxy-util documentation.

Other features

Changelog

For a complete list of changes see: http://bitbucket.org/olt/mapproxy/src/1.3.0/CHANGES.txt