<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>MapProxy Blog</title>
    <link>http://mapproxy.org/blog</link>
    <description>MapProxy development, releases, news, etc.</description>
    <pubDate>Wed, 11 Jan 2012 15:12:00 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>New MapProxy 1.3.0 release</title>
      <link>http://mapproxy.org/blog/new-mapproxy-1.3.0-release</link>
      <pubDate>Fri, 13 Jan 2012 14:00:00 CET</pubDate>
      <guid isPermaLink="true">http://mapproxy.org/blog/new-mapproxy-1.3.0-release</guid>
      <description>New MapProxy 1.3.0 release</description>
      <content:encoded><![CDATA[<p>We are ready to announce the release of MapProxy 1.3.0. It
   contains major and minor improvements.
</p>
<p>The latest release is available at: <a href="http://pypi.python.org/pypi/MapProxy">http://pypi.python.org/pypi/MapProxy</a>
</p>
<p>To upgrade within you virtualenv:
</p>
<pre><code>$ pip install --upgrade --no-deps MapProxy
</code></pre><p>Updated documentation is available at: <a href="http://mapproxy.org/docs/1.3.0/">http://mapproxy.org/docs/1.3.0/</a>
</p>

<h2>New features</h2>
<p>Some noteworthy improvements since 1.2.0 are:
</p>

<h3>RESTful WMTS</h3>
<p>The MapProxy WMTS now also supports the RESTful API. This service
   also supports custom URL templates for your service.
</p>
<p>See <a href="http://mapproxy.org/docs/nightly/services.html#restful">WMTS configuration</a>.
</p>

<h3>CouchDB cache backend</h3>
<p>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.
</p>
<!-- With the help of custom CouchDB tile IDs and the RESTful WMTS, you can create a MapProxy and CouchDB setup where all tiles share the same URL path (like ``/mycache/MyGrid-5-2-5/tile``). -->

<p>See <a href="http://mapproxy.org/docs/nightly/caches.html#couchdb">CouchDB configuration</a>.
</p>

<h3><code>mapproxy-util serve-multiapp-develop</code> tool</h3>
<p>The new command is similar to <code>serve-develop</code> but it starts a
   MultiMapProxy instance.
</p>
<p>See <a href="http://mapproxy.org/docs/nightly/mapproxy_util.html#serve-multiapp-develop">mapproxy-util documentation</a>.
</p>

<h3>Other features</h3>
<ul>
 <li><p><a href="http://mapproxy.org/docs/nightly/sources.html#mapnik">Mapnik source now supports Mapnik 2.</a>
</p>

 </li>

 <li><p>You can limit the <a href="http://mapproxy.org/docs/nightly/services.html#max-output-pixels">maximum WMS response size in pixels with max_output_pixels</a>.
</p>

 </li>

 <li><p>You can configure additional SRS for which MapProxy should <a href="http://mapproxy.org/docs/nightly/services.html#bbox-srs">add bounding
 boxes to the WMS capabilities with the new wms.bbox_srs option</a>.
</p>

 </li>
</ul>

<h3>Changelog</h3>
<p>For a complete list of changes see:
   <a href="http://bitbucket.org/olt/mapproxy/src/1.3.0/CHANGES.txt">http://bitbucket.org/olt/mapproxy/src/1.3.0/CHANGES.txt</a>
</p>]]></content:encoded>
    </item>
    <item>
      <title>New MapProxy 1.2.0 release</title>
      <link>http://mapproxy.org/blog/new-mapproxy-1.2.0-release</link>
      <pubDate>Wed, 31 Aug 2011 15:00:00 CEST</pubDate>
      <guid isPermaLink="true">http://mapproxy.org/blog/new-mapproxy-1.2.0-release</guid>
      <description>New MapProxy 1.2.0 release</description>
      <content:encoded><![CDATA[<p><strong> The 1.2.0 release contained a bug with the watermark configuration. There is already a 1.2.1 release available. </strong>
</p>
<p>We are finally ready to announce the release of MapProxy 1.2.0. It
   contains major and minor improvements.
</p>
<p>The latest release is available at: <a href="http://pypi.python.org/pypi/MapProxy">http://pypi.python.org/pypi/MapProxy</a>
</p>
<p>To upgrade within you virtualenv:
</p>
<pre><code>$ pip install --upgrade --no-deps MapProxy
</code></pre><p>Updated documentation is available at: <a href="http://mapproxy.org/docs/1.2.0/">http://mapproxy.org/docs/1.2.0/</a>
</p>

<h2>New features</h2>
<p>Some noteworthy improvements since 1.1.0 are:
</p>

<h3>Cache</h3>
<p>You can use the MBTiles format for new caches and you can load existing
   MBTiles cache files.
</p>
<p>The directory layout for file based caches is now configurable and you
   can choose a TMS compatible layout besides the default TileCache
   compatible one.
</p>
<p>See <a href="http://mapproxy.org/docs/nightly/configuration.html#cache">cache configuration</a>.
</p>

<h3><code>mapproxy-util scales</code> tool</h3>
<p>The new <code>mapproxy-util scales</code> tool helps to convert between scales
   and resolutions.
</p>
<p>See <a href="http://mapproxy.org/docs/nightly/mapproxy_util.html#scales">mapproxy-util documentation</a>.
</p>

<h3>Other features</h3>
<ul>
 <li><p>Mapnik source now supports the <a href="http://mapproxy.org/docs/nightly/sources.html#mapnik">selection of single layers</a>.
</p>

 </li>

 <li><p>You can <a href="http://mapproxy.org/docs/nightly/deployment.html#multimapproxy">use MultiMapProxy without Paste Deploy</a>.
</p>

 </li>
</ul>

<h3>Changelog</h3>
<p>For a more complete list see: <a href="http://bitbucket.org/olt/mapproxy/src/1.2.0/CHANGES.txt">http://bitbucket.org/olt/mapproxy/src/1.2.0/CHANGES.txt</a>
</p>]]></content:encoded>
    </item>
    <item>
      <title>New MapProxy 1.1.1 release</title>
      <link>http://mapproxy.org/blog/new-mapproxy-1.1.1-release</link>
      <pubDate>Sun, 26 Jun 2011 10:57:00 CEST</pubDate>
      <guid isPermaLink="true">http://mapproxy.org/blog/new-mapproxy-1.1.1-release</guid>
      <description>New MapProxy 1.1.1 release</description>
      <content:encoded><![CDATA[<p>There is a new bug fix release of MapProxy. 
</p>
<p>The 1.1.1 release fixes:
</p>
<ul>
 <li>
     add back transparent option for mapnik/tile sources (in addition
      to image.transparent)
 </li>

 <li>
     keep alpha channel when handling image.transparent_color
 </li>

 <li>
     fixed combining of multiple WMS layers with transparent_color
 </li>

 <li>
     fixed header parsing for MapServer CGI source
 </li>
</ul>
<p>The latest release is available at: <a href="http://pypi.python.org/pypi/MapProxy">http://pypi.python.org/pypi/MapProxy</a>
</p>
<p>To update within you virtualenv:
</p>
<pre><code>$ pip install --upgrade --no-deps MapProxy
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>New MapProxy 1.1.0 release</title>
      <link>http://mapproxy.org/blog/new-mapproxy-1.1.0-release</link>
      <pubDate>Tue, 31 May 2011 10:40:00 CEST</pubDate>
      <guid isPermaLink="true">http://mapproxy.org/blog/new-mapproxy-1.1.0-release</guid>
      <description>New MapProxy 1.1.0 release</description>
      <content:encoded><![CDATA[<p>We are finally ready to announce the release of MapProxy 1.1.0. It
   contains lots of major and minor improvements.
</p>
<p>The latest release is available at: <a href="http://pypi.python.org/pypi/MapProxy">http://pypi.python.org/pypi/MapProxy</a>
</p>
<p>To update within you virtualenv:
</p>
<pre><code>$ pip install --upgrade --no-deps MapProxy
</code></pre><p>Updated documentation is available at: <a href="http://mapproxy.org/docs/1.1.0/">http://mapproxy.org/docs/1.1.0/</a>
</p>
<p>MapProxy 1.1.0 is the first version that is released under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache
Software License 2.0</a>. This
   replaces the old <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">GNU AGPL License</a> terms with a more open and liberal license.
</p>

<h2>New features</h2>
<p>Some noteworthy improvements since 1.0.0 are:
</p>

<h3>New sources</h3>
<p>There are two new sources that directly integrate Mapserver and Mapnik
   into MapProxy. There is no need to setup an extra WMS server for these map
   services.
</p>
<p>See <a href="http://mapproxy.org/docs/1.1.0/sources.html#mapserver-label">MapServer source</a> and <a href="http://mapproxy.org/docs/1.1.0/sources.html#mapnik-label">Mapnik source</a> documentation.
</p>
<p>The tile source was extended by the <code>arcgiscache_path</code> and <code>bbox</code>
   parameters. <code>arcgiscache_path</code> allows the integration of existing ArcGIS
   tile caches (L09/R05397fb1/C0012d687) and the <code>bbox</code> parameter is useful
   for WMS-C services that expect a fixed parameter order.
</p>
<p>See <a href="http://mapproxy.org/docs/1.1.0/sources.html#url&gt;">tile source documentation</a>.
</p>

<h3>Tagged WMS Sources</h3>
<p>You can tag WMS source names with layer names. It is no longer required to
   specify a WMS source multiple times, for each layer combination you use.
   You can now define a WMS once without any layers and then tag the source
   name with the layers you need.
</p>
<pre><code>sources:
 wms1:
  type: wms
  req:
    url: http://example.org/service?

caches:
 mycache1:
  sources: ['wms1:lyr1,lyr2']
  grids: [mygrid]
 mycache2:
  sources: ['wms1:lyr3,lyr4']
  grids: [mygrid]
</code></pre><p>See <a href="http://mapproxy.org/docs/1.1.0/sources.html#tagged-source-names">WMS documentation</a>.
</p>

<h3>Configurable Image Formats</h3>
<p>Image formats are now much more flexible. You can now create custom image
   formats and modify them for each source or cache individually. The
   configuration of paletted PNGs or the JPEG quality is no longer a global
   option.
</p>
<p>See <a href="http://mapproxy.org/docs/1.1.0/configuration.html#image-format-options">image options</a>.
</p>
<p>There is now also support for integer images, e.g. for DEMs.
</p>

<h3>WMTS</h3>
<p>There is first support for the OGC WMTS standard. It implements KVP
   requests and can be used with existing caches.
</p>
<p>See <a href="http://mapproxy.org/docs/1.1.0/services.html#web-map-tile-services">WMTS service documentation</a>.
</p>

<h3>Improved logging</h3>
<p>The logging was improved and unified. System information is now logged at
   <code>mapproxy.system</code>, configuration errors at <code>mapproxy.config</code> and all
   source errors under <code>mapproxy.source.wms</code>, etc.
</p>
<p>All requests that MapProxy makes are now logged to
   <code>mapproxy.source.request</code>. The request log format changed and it now
   contains the complete URL (easy to copy&amp;paste), the size and the duration
   of the request. The log contains also requests to non-HTTP sources like
   Mapnik or Mapserver.
</p>
<p>See <a href="http://mapproxy.org/docs/1.1.0/deployment.html#logging">deployment documentation</a>.
</p>

<h3>Improved configuration loading</h3>
<p>The configuration loading is now more robust. You shouldn't see any stack
   traces when your configuration contains any syntax errors. The MapProxy
   and the seed configurations are now validated and you should see detailed
   information about missing or unknown options.
</p>

<h3>Cache location</h3>
<p>The default location of the cache will change with the next release (1.2). The
   current default is <code>../var/cache_dir</code> which is appropriate for the
   configuration from <code>paster create</code>, but not for the configuration from
   <code>mapproxy-util create</code> (see below). You should configure
   <code>globals.cache.base_dir</code> with your cache directory. Until then you will get
   a FutureWarning during startup.
</p>

<h3>New mapproxy-util command line tool</h3>
<p>There is a new mapproxy-util command that replaces the paster command for
   running the development server. You can now start a test server with:
</p>
<pre><code>mapproxy-util serve-develop mapproxy.yaml
</code></pre><p>Paster (PasteDeploy/PasteScript) is no longer a requirement, but it is
   still supported.
</p>
<p>See <a href="http://mapproxy.org/docs/1.1.0/deployment.html">deployment documentation</a>.
</p>

<h3>Changelog</h3>
<p>For a more complete list see: <a href="http://bitbucket.org/olt/mapproxy/src/1.1.0/CHANGES.txt">http://bitbucket.org/olt/mapproxy/src/1.1.0/CHANGES.txt</a>
</p>]]></content:encoded>
    </item>
    <item>
      <title>New MapProxy 1.0.0 release</title>
      <link>http://mapproxy.org/blog/new-mapproxy-1.0.0-release</link>
      <pubDate>Thu, 03 Mar 2011 11:11:11 CET</pubDate>
      <guid isPermaLink="true">http://mapproxy.org/blog/new-mapproxy-1.0.0-release</guid>
      <description>New MapProxy 1.0.0 release</description>
      <content:encoded><![CDATA[<p>We are finally ready to announce the release of MapProxy 1.0.0. It
   contains lots of major and minor improvements.
</p>
<p>The latest release is available at: <a href="http://pypi.python.org/pypi/MapProxy">http://pypi.python.org/pypi/MapProxy</a>
</p>
<p>To update within you virtualenv:
</p>
<pre><code>$ pip install -U --no-deps MapProxy
</code></pre><p>Updated documentation is available at: <a href="http://mapproxy.org/docs/1.0.0/">http://mapproxy.org/docs/1.0.0/</a>
</p>

<h4>Upgrade notes</h4>
<p>A bug, introduced in a previous release, prevented that the tile locks get
   removed. This issue is solved since 1.0.0b2 and MapProxy will remove existing
   lock files on the first access to the cache. This might take a while if the
   directory already contains a lot of lock files (probably thousands and more).
</p>
<p>We suggest that you remove the complete lock directories by hand before
   upgrading:
</p>
<pre><code>rm -r cache_dir/*/tile_locks
</code></pre>
<h2>New features</h2>
<p>Some noteworthy improvements are:
</p>

<h3>mapproxy-seed</h3>
<p>mapproxy-seed got a new, flexible configuration format (the old format is
   still supported). You can now define multiple seed and cleanup tasks and call
   each separately from the command line interface (<code>--seed</code> and <code>--cleanup</code>
   options).
</p>
<p>It is now possible to reseed specific areas without triggering any cleanup.
</p>
<p>There are also two new <code>--summary</code> and <code>--interactive</code> options that help
   to understand what the seed tool will do.
</p>
<p>See: <a href="http://mapproxy.org/docs/1.0.0/seed.html">http://mapproxy.org/docs/1.0.0/seed.html</a>
</p>

<h3>FeatureInfo XSL transformations</h3>
<p>MapProxy now supports content aware merging of multiple HTML/XML
   feature responses and it supports XSL transformations.
   See:<br />
<a href="http://mapproxy.org/docs/1.0.0/configuration_examples.html#featureinformation">http://mapproxy.org/docs/1.0.0/configuration_examples.html#featureinformation</a>
</p>

<h3>Image manipulation</h3>
<p>You can now make non-transparent layers transparent.
   Either with an opacity value, with blends the layer over the others,
   or with a color value that should be converted to transparent.
   See: <a href="http://mapproxy.org/docs/1.0.0/sources.html#image-transparent-color">http://mapproxy.org/docs/1.0.0/sources.html#image-transparent-color</a>
</p>

<h3>Authentication</h3>
<p>There is a new powerful authentication interface.
   See: <a href="http://mapproxy.org/docs/1.0.0/auth.html">http://mapproxy.org/docs/1.0.0/auth.html</a>
</p>

<h3>Changelog</h3>
<p>For a more complete list see: <a href="http://bitbucket.org/olt/mapproxy/src/1.0.0/CHANGES.txt">http://bitbucket.org/olt/mapproxy/src/1.0.0/CHANGES.txt</a>
</p>

<h2>Final note</h2>
<p>We also like to use this announcement to say thank you to the ever growing
   community. To everyone that helped funding the many new features and to
   everyone that offered help, gave feedback or talked/blogged/tweeted about
   MapProxy.
</p>
<p>Thank you!
</p>]]></content:encoded>
    </item>
    <item>
      <title>New MapProxy 0.9.1 release</title>
      <link>http://mapproxy.org/blog/new-mapproxy-0.9.1-release</link>
      <pubDate>Mon, 10 Jan 2011 17:00:00 CET</pubDate>
      <guid isPermaLink="true">http://mapproxy.org/blog/new-mapproxy-0.9.1-release</guid>
      <description>New MapProxy 0.9.1 release</description>
      <content:encoded><![CDATA[<p>We are finally ready to announce the release of MapProxy 0.9.1. It
   contains lots of major and minor improvements.
</p>
<p>The latest release is available at: <a href="http://pypi.python.org/pypi/MapProxy">http://pypi.python.org/pypi/MapProxy</a>
</p>
<p>To update within you virtualenv:
</p>
<pre><code>$ pip install -U MapProxy
</code></pre><p>Updated documentation is available at: <a href="http://mapproxy.org/docs/0.9.1/">http://mapproxy.org/docs/0.9.1/</a>
</p>
<p>Some noteworthy improvements are:
</p>

<h2>Coverage support</h2>
<p>You can limit any tile/WMS source to the actual coverage of the data. The
   configuration is similar to the seeding tool. You can use a simple BBOX, WKT
   files or OGR datasources like Shapefiles to load the boundaries of your data.
   Requests for data outside of the coverage will result in empty images and the
   source will not be requested.
</p>
<p>See: <a href="http://mapproxy.org/docs/0.9.1/coverages.html">http://mapproxy.org/docs/0.9.1/coverages.html</a>
</p>

<h2>WMS improvements</h2>
<p>We added lots of new features to the WMS implementation of MapProxy. Some of them:
</p>
<ul>
 <li>
     Nested <a href="http://mapproxy.org/docs/0.9.1/configuration.html#id1">layer groups</a>
 </li>

 <li>
     WMS 1.1.0 support
 </li>

 <li>
     <a href="http://mapproxy.org/docs/0.9.1/sources.html#wms-opts">GetLegendGraphic support</a>
 </li>

 <li>
     <a href="http://mapproxy.org/docs/0.9.1/configuration.html#min-res-max-res-or-min-scale-max-scale">ScaleHint support</a>
 </li>

 <li>
     <a href="http://mapproxy.org/docs/0.9.1/configuration_examples.html#wms-sources-with-styled-layer-description-sld">SLD support for WMS sources</a>
 </li>
</ul>

<h2>MultiMapProxy</h2>
<p>Use multiple MapProxy configurations in a single MapProxy instance: <a href="http://mapproxy.org/docs/0.9.1/deployment.html#multimapproxy">http://mapproxy.org/docs/0.9.1/deployment.html#multimapproxy</a>
</p>

<h2>Changelog</h2>
<p>For a more complete list see: <a href="http://bitbucket.org/olt/mapproxy/src/0.9.1/CHANGES.txt">http://bitbucket.org/olt/mapproxy/src/0.9.1/CHANGES.txt</a>
</p>]]></content:encoded>
    </item>
    <item>
      <title>Nightly documentation</title>
      <link>http://mapproxy.org/blog/nightly-documentation</link>
      <pubDate>Fri, 07 Jan 2011 14:15:00 CET</pubDate>
      <guid isPermaLink="true">http://mapproxy.org/blog/nightly-documentation</guid>
      <description>Nightly documentation</description>
      <content:encoded><![CDATA[<p>We integrated the documentation building into our testing system and as a result we are now able to provide up-to-date documentation of MapProxy.
</p>
<p>You now find the latest documentation of the development trunk at: <a href="http://mapproxy.org/docs/nightly/">http://mapproxy.org/docs/nightly/</a>
</p>
<p>The official documentation of the latest release is still <a href="http://mapproxy.org/docs/latest/">available at the old location</a>.
</p>]]></content:encoded>
    </item>
    <item>
      <title>New MapProxy 0.9.0 release</title>
      <link>http://mapproxy.org/blog/new-mapproxy-0.9.0-release</link>
      <pubDate>Mon, 18 Oct 2010 00:00:00 CEST</pubDate>
      <guid isPermaLink="true">http://mapproxy.org/blog/new-mapproxy-0.9.0-release</guid>
      <description>New MapProxy 0.9.0 release</description>
      <content:encoded><![CDATA[<p>We are finally ready to announce the release of MapProxy 0.9.0. It
   contains lots of major and minor improvements.
</p>
<p>The latest release is available at: <a href="http://pypi.python.org/pypi/MapProxy">http://pypi.python.org/pypi/MapProxy</a>
</p>
<p>To update within you virtualenv:
</p>
<pre><code>$ pip install MapProxy
</code></pre><p>Updated documentation is available at: <a href="http://mapproxy.org/docs/0.9.0/">http://mapproxy.org/docs/0.9.0/</a>
</p>
<p>Some noteworthy improvements are:
</p>

<h2>Demo Service</h2>
<p>MapProxy now comes with a demo service that lists all configured WMS and
   TMS layers. You can test each layer with a simple OpenLayers client at
   /demo.
</p>
<p><a href="http://mapproxy.org/docs/0.9.0/services.html#mapproxy-demo-service">http://mapproxy.org/docs/0.9.0/services.html#mapproxy-demo-service</a>
</p>

<h2>Configuration</h2>
<p>A biggest and most apparent change is the configuration format. MapProxy
   still uses YAML as a configuration format, but the structure changed a
   bit.
</p>
<p>Some benefits of the new configuration: Most global options, like image
   resampling and meta_size, are now configurable for each cache; you can
   now reuse parts of the configuration, like grid or source definitions;
   and there is now a single configuration file instead of two
   (service.yaml and proxy.yaml).
</p>
<p>There is a small migration guide that should help to update your
   configuration. <a href="http://mapproxy.org/docs/0.9.0/migrate.html">http://mapproxy.org/docs/0.9.0/migrate.html</a>
</p>
<p>Oh, and in case you didn't know, YAML is compatible with JSON. So you
   can use JSON for the configuration if you like.
</p>

<h2>Less dependencies</h2>
<p>We removed two dependencies that required a C compiler. The only
   dependency that still requires compilation is the Python Image Library
   (PIL). If you use PIL from your system distribution (python-imaging on
   Debian/Ubuntu) you will no longer need a compiler during installation.
</p>
<p>We switched the templates away from Jinja2 to Tempita, a minimal
   Python-only template engine. It is a bit slower, but it is only used for
   capability documents, so the WMS and TMS performance is not affected.
</p>
<p>The other dependency which required compilation was pyproj. We we added a
   wrapper to MapProxy that directly uses libproj, the Proj4 C-library.
   libproj is available on most systems and should already be installed
   when you use software like MapServer or PostGIS. There is a fallback to
   pyproj, i.e. you can still use the binary distribution of pyproj on
   Windows.
</p>]]></content:encoded>
    </item>
    <item>
      <title>New MapProxy 0.8.5 release</title>
      <link>http://mapproxy.org/blog/new-mapproxy-0.8.5-release</link>
      <pubDate>Thu, 02 Sep 2010 00:00:00 CEST</pubDate>
      <guid isPermaLink="true">http://mapproxy.org/blog/new-mapproxy-0.8.5-release</guid>
      <description>New MapProxy 0.8.5 release</description>
      <content:encoded><![CDATA[<p>We are proud to announce the release of MapProxy 0.8.5. Read on for more information.
</p>
<p>The latest release is available at: <a href="http://pypi.python.org/pypi/MapProxy">http://pypi.python.org/pypi/MapProxy</a>
</p>
<p>To update within you virtualenv: 
</p>
<pre><code>$ pip install --no-deps --upgrade 'MapProxy&lt;=0.8.99'
</code></pre><p>Note: The '&lt;=0.8.99' prevents from installing 0.9 when it is released. 
</p>
<p>Updated documentation is available at: <a href="http://mapproxy.org/docs/0.8.5/">http://mapproxy.org/docs/0.8.5/</a>
</p>

<h3>Release information</h3>
<p>The 0.8.5 release contains minor bug fixes and improvements. 
   Some of the features of the new release are: 
</p>
<ul>
 <li>
     mapproxy-seed:<ul>
 <li>
     fixed libgdal loading on some Linux systems
 </li>

 <li>
     check for intersections with seed shapes on all levels
 </li>

 <li>
     add origin options to /tiles service to support Google Maps clients
 </li>
</ul>

 </li>

 <li>
     now Python 2.7 compatible (some tests failed before)
 </li>
</ul>]]></content:encoded>
    </item>
    <item>
      <title>New MapProxy 0.8.4 release</title>
      <link>http://mapproxy.org/blog/new-mapproxy-0.8.4-release</link>
      <pubDate>Mon, 02 Aug 2010 00:00:00 CEST</pubDate>
      <guid isPermaLink="true">http://mapproxy.org/blog/new-mapproxy-0.8.4-release</guid>
      <description>New MapProxy 0.8.4 release</description>
      <content:encoded><![CDATA[<p>We are proud to announce the release of MapProxy 0.8.4. Read on for
   more information.
</p>
<p>The latest release is available at: <a href="http://pypi.python.org/pypi/MapProxy">http://pypi.python.org/pypi/MapProxy</a>
</p>
<p>To update within you virtualenv:
</p>
<pre><code>$ pip install --no-deps --upgrade 'MapProxy&amp;lt;=0.8.99'
</code></pre><p>Note: The '&lt;=0.8.99' prevents from installing 0.9 when it is released.
</p>
<p>Updated documentation is available at: <a href="http://mapproxy.org/docs/0.8.4/">http://mapproxy.org/docs/0.8.4/</a>
</p>

<h3>Release information</h3>
<p>The 0.8.4 release contains minor bug fixes and improvements.
</p>
<p>Some of the features of the new release are:
</p>
<ul>
 <li>
     Improved PNG performance with PIL fastpng branch.
 </li>

 <li>
     New concurrent_requests option to limit requests for each
     source WMS server.
 </li>

 <li>
     Extra newline at the end of all templates. Some deployment
     setups removed the last characters.
 </li>
</ul>]]></content:encoded>
    </item>
  </channel>
</rss>

