Changes between Version 4 and Version 5 of BluePrintGISTileCache
- Timestamp:
- 06/08/10 07:11:38 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISTileCache
v4 v5 1 Provide caching using [http://tilecache.org TileCache] as a WSGI app. 1 === Caching === 2 2 3 This can provide offline caching of [wiki:BluePrintGISTMSLayers WMS layers] & also be used to serve up [wiki:BluePrintGISTMSLayers offline OpenStreetMap layers]. 3 Provide offline caching of [wiki:BluePrintGISTMSLayers WMS layers] & [wiki:BluePrintGISTMSLayers OpenStreetMap layers]. 4 5 Options: 6 7 * [http://mapproxy.org MapProxy] - Python, caches WMS transparently 8 * [http://tilecache.org TileCache] - WSGI app 9 * [http://geowebcache.org GeoWebCache] - Java, part of [http://opengeo.org/community/suite/ OpenGeoSuite] 4 10 5 11 Turbogears can do this as follows: 6 12 * http://turbogears.org/2.0/docs/main/Extensions/Geo/TileCacheTutorial.html 7 13 8 Alternative Caches:9 * http://mapproxy.org - Python, caches WMS transparently10 * [http://geowebcache.org GeoWebCache] - Java, part of [http://opengeo.org/community/suite/ OpenGeoSuite]11 12 14 ---- 13 15 [wiki:BluePrintGeographicInformationSystems GIS BluePrints]