[MapProxy] New MapProxy 1.3.0 release

Oliver Tonnhofer olt at omniscale.de
Fri Jan 13 10:22:28 EST 2012


Hi everyone,

we are happy to announce the MapProxy 1.3.0 release!

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

To update within you virtualenv:

$ pip install --upgrade MapProxy

The documentation is available at:
http://mapproxy.org/docs/1.3.0/

Some new features:

RESTful WMTS
------------

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

http://mapproxy.org/docs/1.3.0/services.html#restful

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.

http://mapproxy.org/docs/1.3.0/caches.html#couchdb

`mapproxy-util serve-multiapp-develop` tool
-------------------------------------------

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

http://mapproxy.org/docs/1.3.0/mapproxy_util.html#serve-multiapp-develop

Other features
--------------

- Mapnik source now supports Mapnik 2.
 http://mapproxy.org/docs/1.3.0/sources.html#mapnik

- You can limit the maximum WMS response size in pixels with max_output_pixels.
 http://mapproxy.org/docs/1.3.0/services.html#max-output-pixels

- You can configure additional SRS for which MapProxy should add bounding
 boxes to the WMS capabilities with the new wms.bbox_srs option.
 http://mapproxy.org/docs/1.3.0/services.html#bbox-srs

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

Regards,
Oliver

-- 
Oliver Tonnhofer    | Omniscale GmbH & Co KG    | http://omniscale.de
http://mapproxy.org | https://bitbucket.org/olt | @oltonn



More information about the MapProxy mailing list