TileCache: Unterschied zwischen den Versionen

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche
 
Zeile 8: Zeile 8:
 
[[Kategorie:BSD License]]
 
[[Kategorie:BSD License]]
 
[[Kategorie:WMS]]
 
[[Kategorie:WMS]]
 +
[[Kategorie:Python]]

Aktuelle Version vom 16. April 2007, 18:21 Uhr

TileCache is an implementation of a WMS-C (about) compliant server made available under the BSD license by MetaCarta.

TileCache provides a Phyton-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.

Weblinks