forked from georchestra/geoserver_minimal_datadir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gwc-gs.xml
27 lines (27 loc) · 904 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
<GeoServerGWCConfig>
<version>1.0.0</version>
<directWMSIntegrationEnabled>false</directWMSIntegrationEnabled>
<WMSCEnabled>true</WMSCEnabled>
<WMTSEnabled>true</WMTSEnabled>
<TMSEnabled>true</TMSEnabled>
<securityEnabled>false</securityEnabled>
<cacheLayersByDefault>false</cacheLayersByDefault>
<cacheNonDefaultStyles>false</cacheNonDefaultStyles>
<metaTilingX>4</metaTilingX>
<metaTilingY>4</metaTilingY>
<gutter>0</gutter>
<defaultCachingGridSetIds>
<string>EPSG:4326</string>
<string>EPSG:900913</string>
</defaultCachingGridSetIds>
<defaultCoverageCacheFormats>
<string>image/jpeg</string>
</defaultCoverageCacheFormats>
<defaultVectorCacheFormats>
<string>image/png</string>
</defaultVectorCacheFormats>
<defaultOtherCacheFormats>
<string>image/png</string>
<string>image/jpeg</string>
</defaultOtherCacheFormats>
</GeoServerGWCConfig>