gwc-gs.xml 895 B

123456789101112131415161718192021222324252627
  1. <GeoServerGWCConfig>
  2. <directWMSIntegrationEnabled>false</directWMSIntegrationEnabled>
  3. <WMSCEnabled>true</WMSCEnabled>
  4. <WMTSEnabled>true</WMTSEnabled>
  5. <TMSEnabled>true</TMSEnabled>
  6. <cacheLayersByDefault>true</cacheLayersByDefault>
  7. <cacheNonDefaultStyles>true</cacheNonDefaultStyles>
  8. <metaTilingX>4</metaTilingX>
  9. <metaTilingY>4</metaTilingY>
  10. <gutter>0</gutter>
  11. <defaultCachingGridSetIds>
  12. <string>EPSG:4326</string>
  13. <string>EPSG:900913</string>
  14. </defaultCachingGridSetIds>
  15. <defaultCoverageCacheFormats>
  16. <string>image/png</string>
  17. <string>image/jpeg</string>
  18. </defaultCoverageCacheFormats>
  19. <defaultVectorCacheFormats>
  20. <string>image/png</string>
  21. <string>image/jpeg</string>
  22. </defaultVectorCacheFormats>
  23. <defaultOtherCacheFormats>
  24. <string>image/png</string>
  25. <string>image/jpeg</string>
  26. </defaultOtherCacheFormats>
  27. </GeoServerGWCConfig>