MapProxy is an open source proxy for geospatial data. It caches, accelerates and transforms data from existing map servers. Unlike other solutions, the OGC WMS standard remains on client and server-side.
MapProxy acts as a middle-man between existing WMS servers (like MapServer or GeoServer) and WMS clients. All existing web and desktop GIS applications can be used, but also modern clients like OpenLayers or GoogleEarth.
Go to http://mapproxy.org for more information.
The documentation is available at: http://mapproxy.org/docs/latest/
Product's homepage
Here are some key features of "MapProxy":
· WMS 1.0.0/1.1.1/1.3.0
· TMS 1.0.0
· KML 2.2
· Transparent reprojection to other SRS (i.e. cache in EPSG:900913, requests in EPSG:32467)
· Dynamic cache filling
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· fix TypeError exception when auth callback returns {authorized:'full'}
· use MAPPROXY_LIB_PATH on platforms other that win32 and darwin
· raise config error for mapnik sources when mapnik could not be imported