GeoWebCache

Changes between Version 11 and Version 12 of Version0.8

Show
Ignore:
Timestamp:
04/15/08 21:10:19 (2 years ago)
Author:
arneke (IP: 68.174.98.244)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version0.8

    v11 v12  
    2727  * 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. 
    2828  * {{{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}}} 
    3030 
    3131== KML support ==