Changes between Version 11 and Version 12 of Version0.8
- Timestamp:
- 04/15/08 21:10:19 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version0.8
v11 v12 27 27 * To accomodate for the feature above the storage needs to be prefixed with the chosen projection. So if you have a layer topp:states that supports both EPSG:4326 and EPSG:900913, and GEOWEBCACHE_CACHE_DIR is set to /tmp/geowebache, it will create two directories /tmp/geowebcache/topp_states/EPSG_900913 and /tmp/geowebcache/topp_states/EPSG_4326 and store the files in these structures. If you have already seeded a layer you can manually copy the subdirectories into this new structure. 28 28 * {{{cacheprefix}}}, which replaces the old {{{filecachepath}}} property, overrides GEOWEBCACHE_CACHE_DIR and also prevents the addition of the layer name. This means two .properties files should never contain the same cacheprefix= setting. 29 * If none of these variables exist, GeoWebCache will revert to the TEMP variable (if set) and prefix with geowebcache. The structure then becomes something like {{{/tmp/geowebcache/layername/srs/ 00/00/00/00/00/00.png}}}29 * If none of these variables exist, GeoWebCache will revert to the TEMP variable (if set) and prefix with geowebcache. The structure then becomes something like {{{/tmp/geowebcache/layername/srs/zoomlevel/000/000/000/000.png}}} 30 30 31 31 == KML support ==