Changeset 412

Show
Ignore:
Timestamp:
11/08/08 19:06:39 (2 months ago)
Author:
arneke
Message:

Commenting out regionateby vendor paramter in sample configuration

Location:
trunk/geowebcache/src/main/resources
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/geowebcache/src/main/resources/geowebcache.xml

    r395 r412  
    8181  <bgColor></bgColor> 
    8282  <palette></palette> 
    83   <vendorParameters>format_options=regionateby:auto</vendorParameters> 
     83  <!-- vendorParameters>format_options=regionateby:auto</vendorParameters --> 
    8484  <!-- cachePrefix>/var/lib/geowebcache/topp_states</cachePrefix --> 
    8585</wmslayer> 
     
    153153  <bgColor></bgColor> 
    154154  <palette></palette> 
    155   <vendorParameters>format_options=regionateby:auto</vendorParameters> 
     155  <!-- vendorParameters>format_options=regionateby:auto</vendorParameters --> 
    156156  <!-- cachePrefix>/var/lib/geowebcache/topp_states</cachePrefix --> 
    157157</wmslayer> 
  • trunk/geowebcache/src/main/resources/seedtest.json

    r411 r412  
    66        "zoomStop":12, 
    77        "format":"image\/png", 
    8         "type":"seed" 
     8        "type":"seed", 
     9        "threadCount":4 
    910        } 
    10 }}  
     11}}