-
Notifications
You must be signed in to change notification settings - Fork 4
/
gwc-gs.xml
42 lines (42 loc) · 1.51 KB
/
gwc-gs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<GeoServerGWCConfig>
<version>1.1.0</version>
<directWMSIntegrationEnabled>false</directWMSIntegrationEnabled>
<WMSCEnabled>true</WMSCEnabled>
<TMSEnabled>true</TMSEnabled>
<securityEnabled>false</securityEnabled>
<innerCachingEnabled>false</innerCachingEnabled>
<persistenceEnabled>true</persistenceEnabled>
<cacheProviderClass>class org.geowebcache.storage.blobstore.memory.guava.GuavaCacheProvider</cacheProviderClass>
<cacheConfigurations>
<entry>
<string>class org.geowebcache.storage.blobstore.memory.guava.GuavaCacheProvider</string>
<InnerCacheConfiguration>
<hardMemoryLimit>16</hardMemoryLimit>
<policy>NULL</policy>
<concurrencyLevel>4</concurrencyLevel>
<evictionTime>120</evictionTime>
</InnerCacheConfiguration>
</entry>
</cacheConfigurations>
<cacheLayersByDefault>true</cacheLayersByDefault>
<cacheNonDefaultStyles>true</cacheNonDefaultStyles>
<metaTilingX>4</metaTilingX>
<metaTilingY>4</metaTilingY>
<gutter>0</gutter>
<defaultCachingGridSetIds>
<string>EPSG:4326</string>
<string>EPSG:900913</string>
</defaultCachingGridSetIds>
<defaultCoverageCacheFormats>
<string>image/png</string>
<string>image/jpeg</string>
</defaultCoverageCacheFormats>
<defaultVectorCacheFormats>
<string>image/png</string>
<string>image/jpeg</string>
</defaultVectorCacheFormats>
<defaultOtherCacheFormats>
<string>image/png</string>
<string>image/jpeg</string>
</defaultOtherCacheFormats>
</GeoServerGWCConfig>