|
9 | 9 | <description>GeoWebCache is an advanced tile cache for WMS servers. It supports a large variety of protocols and |
10 | 10 | formats, including WMS-C, WMTS, KML, Google Maps and Virtual Earth.</description> |
11 | 11 | <keywords> |
12 | | - <string>WFS</string> |
13 | 12 | <string>WMS</string> |
14 | 13 | <string>WMTS</string> |
15 | 14 | <string>GEOWEBCACHE</string> |
|
148 | 147 | </gridSets> |
149 | 148 |
|
150 | 149 | <layers> |
151 | | - |
| 150 | + |
152 | 151 | <wmsLayer> |
153 | 152 | <!-- |
154 | 153 | <blobStoreId>myS3Cache</blobStoreId> |
155 | 154 | --> |
156 | | - <name>topp:states</name> |
| 155 | + <name>states</name> |
157 | 156 | <mimeFormats> |
158 | 157 | <string>image/gif</string> |
159 | 158 | <string>image/jpeg</string> |
|
188 | 187 | </stringParameterFilter> |
189 | 188 | </parameterFilters> |
190 | 189 | <wmsUrl> |
| 190 | + <!-- Use of workspace 'topp' web map service, allows name 'states' (rather than 'topp:states') --> |
191 | 191 | <string>http://localhost:8080/geoserver/topp/wms</string> |
192 | 192 | </wmsUrl> |
193 | 193 | <legends defaultWidth="81" defaultHeight="80" defaultFormat="image/png"> |
|
217 | 217 | </gridSubset> |
218 | 218 | </gridSubsets> |
219 | 219 | <wmsUrl> |
220 | | - <string>http://localhost:8080/geoserver/topp/wms</string> |
| 220 | + <string>http://localhost:8080/geoserver/nurc/wms</string> |
221 | 221 | </wmsUrl> |
222 | | - <wmsLayers>nasa:bluemarble</wmsLayers> |
| 222 | + <wmsLayers>Arc_Sample</wmsLayers> |
223 | 223 | <legends defaultWidth="20" defaultHeight="20" defaultFormat="image/png"> |
224 | 224 | <legend style=""/> |
225 | 225 | </legends> |
|
257 | 257 | <expireClientsList> |
258 | 258 | <expirationRule minZoom="0" expiration="500" /> |
259 | 259 | </expireClientsList> |
| 260 | + <!-- global geoserver wms service allows layers different workspaces --> |
260 | 261 | <wmsUrl> |
261 | | - <string>http://localhost:8080/geoserver/topp/wms</string> |
| 262 | + <string>http://localhost:8080/geoserver/wms</string> |
262 | 263 | </wmsUrl> |
| 264 | + <!-- layers from several workspaces --> |
263 | 265 | <wmsLayers>nurc:Img_Sample,topp:states</wmsLayers> |
264 | 266 | <transparent>false</transparent> |
265 | 267 | <bgColor>0x0066FF</bgColor> |
|
0 commit comments