geowebcache.xml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <gwcConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://geowebcache.org/schema/1.3.0"
  4. xsi:schemaLocation="http://geowebcache.org/schema/1.3.0 http://geowebcache.org/schema/1.3.0/geowebcache.xsd">
  5. <version>1.3.0</version>
  6. <backendTimeout>120</backendTimeout>
  7. <!--
  8. <serviceInformation>
  9. <title>GeoWebCache</title>
  10. <description>GeoWebCache is an advanced tile cache for WMS servers.It supports a large variety of protocols and
  11. formats, including WMS-C, WMTS, KML, Google Maps and Virtual Earth.</description>
  12. <keywords>
  13. <string>WFS</string>
  14. <string>WMS</string>
  15. <string>WMTS</string>
  16. <string>GEOWEBCACHE</string>
  17. </keywords>
  18. <serviceProvider>
  19. <providerName>John Smith inc.</providerName>
  20. <providerSite>http://www.example.com/</providerSite>
  21. <serviceContact>
  22. <individualName>John Smith</individualName>
  23. <positionName>Geospatial Expert</positionName>
  24. <addressType>Work</addressType>
  25. <addressStreet>1 Bumpy St.</addressStreet>
  26. <addressCity>Hobart</addressCity>
  27. <addressAdministrativeArea>TAS</addressAdministrativeArea>
  28. <addressPostalCode>7005</addressPostalCode>
  29. <addressCountry>Australia</addressCountry>
  30. <phoneNumber>+61 3 0000 0000</phoneNumber>
  31. <faxNumber>+61 3 0000 0001</faxNumber>
  32. <addressEmail>john.smith@example.com</addressEmail>
  33. </serviceContact>
  34. </serviceProvider>
  35. <fees>NONE</fees>
  36. <accessConstraints>NONE</accessConstraints>
  37. </serviceInformation>
  38. -->
  39. <gridSets>
  40. <!-- Grid Set Example, by default EPSG:900913 and EPSG:4326 are defined -->
  41. <!--
  42. <gridSet>
  43. <name>EPSG:2163</name>
  44. <srs>
  45. <number>2163</number>
  46. </srs>
  47. <extent>
  48. <coords>
  49. <double>-2495667.977678598</double>
  50. <double>-2223677.196231552</double>
  51. <double>3291070.6104286816</double>
  52. <double>959189.3312465074</double>
  53. </coords>
  54. </extent>
  55. <scaleDenominators>
  56. <double>25000000</double>
  57. <double>1000000</double>
  58. <double>100000</double>
  59. <double>25000</double>
  60. </scaleDenominators>
  61. <tileHeight>200</tileHeight>
  62. <tileWidth>200</tileWidth>
  63. </gridSet>
  64. -->
  65. </gridSets>
  66. <layers>
  67. <!--
  68. <wmsLayer>
  69. <name>topp:states</name>
  70. <mimeFormats>
  71. <string>image/gif</string>
  72. <string>image/jpeg</string>
  73. <string>image/png</string>
  74. <string>image/png8</string>
  75. </mimeFormats>
  76. <gridSubsets>
  77. <gridSubset>
  78. <gridSetName>EPSG:2163</gridSetName>
  79. </gridSubset>
  80. </gridSubsets>
  81. <parameterFilters>
  82. <stringParameterFilter>
  83. <key>STYLES</key>
  84. <defaultValue>population</defaultValue>
  85. <values>
  86. <string>population</string>
  87. <string>polygon</string>
  88. <string>usflags</string>
  89. <string>pophatch</string>
  90. </values>
  91. </stringParameterFilter>
  92. </parameterFilters>
  93. <wmsUrl>
  94. <string>http://demo.opengeo.org/geoserver/wms</string>
  95. </wmsUrl>
  96. </wmsLayer>
  97. <wmsLayer>
  98. <name>raster test layer</name>
  99. <mimeFormats>
  100. <string>image/gif</string>
  101. <string>image/jpeg</string>
  102. <string>image/png</string>
  103. <string>image/png8</string>
  104. </mimeFormats>
  105. <wmsUrl>
  106. <string>http://demo.opengeo.org/geoserver/wms</string>
  107. </wmsUrl>
  108. <wmsLayers>nurc:Img_Sample</wmsLayers>
  109. </wmsLayer>
  110. <wmsLayer>
  111. <name>img states</name>
  112. <metaInformation>
  113. <title>Nicer title for Image States</title>
  114. <description>This is a description. Fascinating.</description>
  115. </metaInformation>
  116. <mimeFormats>
  117. <string>image/gif</string>
  118. <string>image/jpeg</string>
  119. <string>image/png</string>
  120. <string>image/png8</string>
  121. </mimeFormats>
  122. <gridSubsets>
  123. <gridSubset>
  124. <gridSetName>EPSG:4326</gridSetName>
  125. <extent>
  126. <coords>
  127. <double>-129.6</double>
  128. <double>3.45</double>
  129. <double>-62.1</double>
  130. <double>70.9</double>
  131. </coords>
  132. </extent>
  133. </gridSubset>
  134. </gridSubsets>
  135. <expireCacheList>
  136. <expirationRule minZoom="0" expiration="60" />
  137. </expireCacheList>
  138. <expireClientsList>
  139. <expirationRule minZoom="0" expiration="500" />
  140. </expireClientsList>
  141. <wmsUrl>
  142. <string>http://demo.opengeo.org/geoserver/wms</string>
  143. </wmsUrl>
  144. <wmsLayers>nurc:Img_Sample,topp:states</wmsLayers>
  145. <transparent>false</transparent>
  146. <bgColor>0x0066FF</bgColor>
  147. </wmsLayer>
  148. -->
  149. </layers>
  150. </gwcConfiguration>