Skip to content

Commit 780c90e

Browse files
committed
Addres feedback found using local testing
1 parent 6d7025d commit 780c90e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

geowebcache/core/src/main/resources/geowebcache.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<description>GeoWebCache is an advanced tile cache for WMS servers. It supports a large variety of protocols and
1010
formats, including WMS-C, WMTS, KML, Google Maps and Virtual Earth.</description>
1111
<keywords>
12-
<string>WFS</string>
1312
<string>WMS</string>
1413
<string>WMTS</string>
1514
<string>GEOWEBCACHE</string>
@@ -148,12 +147,12 @@
148147
</gridSets>
149148

150149
<layers>
151-
150+
152151
<wmsLayer>
153152
<!--
154153
<blobStoreId>myS3Cache</blobStoreId>
155154
-->
156-
<name>topp:states</name>
155+
<name>states</name>
157156
<mimeFormats>
158157
<string>image/gif</string>
159158
<string>image/jpeg</string>
@@ -188,6 +187,7 @@
188187
</stringParameterFilter>
189188
</parameterFilters>
190189
<wmsUrl>
190+
<!-- Use of workspace 'topp' web map service, allows name 'states' (rather than 'topp:states') -->
191191
<string>http://localhost:8080/geoserver/topp/wms</string>
192192
</wmsUrl>
193193
<legends defaultWidth="81" defaultHeight="80" defaultFormat="image/png">
@@ -217,9 +217,9 @@
217217
</gridSubset>
218218
</gridSubsets>
219219
<wmsUrl>
220-
<string>http://localhost:8080/geoserver/topp/wms</string>
220+
<string>http://localhost:8080/geoserver/nurc/wms</string>
221221
</wmsUrl>
222-
<wmsLayers>nasa:bluemarble</wmsLayers>
222+
<wmsLayers>Arc_Sample</wmsLayers>
223223
<legends defaultWidth="20" defaultHeight="20" defaultFormat="image/png">
224224
<legend style=""/>
225225
</legends>
@@ -257,9 +257,11 @@
257257
<expireClientsList>
258258
<expirationRule minZoom="0" expiration="500" />
259259
</expireClientsList>
260+
<!-- global geoserver wms service allows layers different workspaces -->
260261
<wmsUrl>
261-
<string>http://localhost:8080/geoserver/topp/wms</string>
262+
<string>http://localhost:8080/geoserver/wms</string>
262263
</wmsUrl>
264+
<!-- layers from several workspaces -->
263265
<wmsLayers>nurc:Img_Sample,topp:states</wmsLayers>
264266
<transparent>false</transparent>
265267
<bgColor>0x0066FF</bgColor>

geowebcache/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<value>src/test/resources/log4j2-test.xml</value>
189189
</systemProperty>
190190
</systemProperties>
191-
<scanIntervalSeconds>10</scanIntervalSeconds>
191+
<scan>10</scan>
192192
<stopPort>9966</stopPort>
193193
<stopKey>foo</stopKey>
194194
<supportedPackagings>

0 commit comments

Comments
 (0)