[MapProxy] New MapProxy 1.3.0b1 release
Oliver Tonnhofer
olt at omniscale.de
Tue Jan 3 07:32:37 EST 2012
Happy new year everyone,
we want to start the new year with a fresh release and we start with
a first beta version.
The latest release is available at:
http://mapproxy.org/static/rel/MapProxy-1.3.0b1.tar.gz
To update within you virtualenv:
$ pip install http://mapproxy.org/static/rel/MapProxy-1.3.0b1.tar.gz
The current documentation is available at:
http://mapproxy.org/docs/nightly/
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/nightly/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/nightly/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/nightly/mapproxy_util.html#serve-multiapp-develop
Other features
--------------
- Mapnik source now supports Mapnik 2.
http://mapproxy.org/docs/nightly/sources.html#mapnik
- You can limit the maximum WMS response size in pixels with max_output_pixels.
http://mapproxy.org/docs/nightly/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/nightly/services.html#bbox-srs
For a complete list of changes see:
http://bitbucket.org/olt/mapproxy/src/1.3.0b1/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