[MapProxy] New MapProxy 0.9.1rc1 release
Oliver Tonnhofer
olt at omniscale.de
Tue Dec 7 04:04:16 EST 2010
Hi everyone!
A lot of new features an bug fixes have piled up and so it is
time to prepare a new release. We put up a release candidate
for the upcoming 0.9.1 release of MapProxy.
The latest release is available at:
http://mapproxy.org/static/rel/MapProxy-0.9.1rc1.tar.gz
To update within your virtualenv:
$ pip install http://mapproxy.org/static/rel/MapProxy-0.9.1rc1.tar.gz
Updated documentation is available at:
http://mapproxy.org/docs/0.9.1rc1/
Here is a list with all noteworthy changes to MapProxy since 0.9.0:
Features:
- WMS 1.1.0 support
- Coverage support (limit sources to areas via WKT/OGC polygons)
- new base option to reuse configurations
- ScaleHint support (min/max_res, min/max_scale)
- Support for multiple MapProxy configurations in one process with distinct
global/cache/source/etc. configurations
- New MultiMapProxy: dynamically load multiple configurations (experimental)
- treshold_res option for grids: switch cache levels at fixed resolutions
- seed_only option for sources: allows offline usage
- GetLegendGraphic support
- SLD support for WMS sources
Improvements:
- concurrent_requests limit is now per unique hostname and not per URL
- concurrent_requests can be set with globals.http.concurrent_requests
- font_size of watermark is now configurable
- improved configuration loading time and memory consumption
- make use of PyYAML's C extension if available
- cache projection attributes in SRS objects for better performance
- try system wide projection definitions first, then fallback to defaults
(e.g. for EPSG:900913)
- trailing slash is now optional for /tms/1.0.0
- support for http.ssl_ca_cert for each WMS source
- support for http.client_timeout for each WMS source (Python >=2.6)
Fixes:
- removed start up error on systems where proj4 misses EPSG:3857
- fixed color error for transparent PNG8 files
- fixed links in demo service when URL is not /demo/
- removed memory leak proj4 wrapper
- fixed mapproxy-seed -f option
- tests work without Shapely
Regards,
Oliver
--
Oliver Tonnhofer <olt at omniscale.de>
Omniscale - Dominik Helle, Oliver Tonnhofer GbR
Nadorster Str. 60, 26123 Oldenburg
Tel: +49(0)441/9392774-2 (Fax: 9)
More information about the MapProxy
mailing list