From crschmidt at metacarta.com Wed Feb 7 08:33:36 2007 From: crschmidt at metacarta.com (Christopher Schmidt) Date: Wed, 7 Feb 2007 11:33:36 -0500 Subject: [tiling] TileCache 1.4 Released Message-ID: <20070207163336.GC9646@metacarta.com> TileCache 1.4 has been released. Changes in this version include: * Added wsgi handler, from Ehud Shabtai. * Added standalone HTTP server, using wsgi handler, from Ehud Shabtai. * Added fastcgi implementation, using wsgi handler, from Ehud Shabtai. * Improved documentation, including patch from Eric Lemoine, Bill Woodall. * Improved support for running as CGI under IIS, from Suki Hirata. * Support for 'maxResolution' layer option. TileCache is available from: http://labs.metacarta.com/wms-c/#TileCache http://labs.metacarta.com/wms-c/tilecache-1.4.tar.gz http://labs.metacarta.com/wms-c/tilecache-1.4.zip About TileCache: TileCache provides a Python-based WMS/TMS server, with pluggable caching mechanisms and rendering backends. In the simplest use case, TileCache requires only write access to a disk, the ability to run Python CGI scripts, and a WMS you want to be cached. With these resources, you can create your own local disk-based cache of any WMS server, and use the result in any WMS-C supporting client, like OpenLayers, or any TMS supporting client, like OpenLayers and worldKit. Regards, -- Christopher Schmidt MetaCarta