-
Notifications
You must be signed in to change notification settings - Fork 7
/
gwc-gs.xml
28 lines (28 loc) · 922 Bytes
/
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
<GeoServerGWCConfig>
<version>1.0.0</version>
<directWMSIntegrationEnabled>true</directWMSIntegrationEnabled>
<WMSCEnabled>true</WMSCEnabled>
<WMTSEnabled>true</WMTSEnabled>
<TMSEnabled>true</TMSEnabled>
<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>