Skip to content

Commit ca54fa8

Browse files
committed
Change geowebcache.xml to include both global and workspace wms examples
This is done to test that prefix:name works
1 parent 96b139c commit ca54fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@
217217
</gridSubset>
218218
</gridSubsets>
219219
<wmsUrl>
220-
<string>http://localhost:8080/geoserver/nurc/wms</string>
220+
<string>http://localhost:8080/geoserver/wms</string>
221221
</wmsUrl>
222-
<wmsLayers>Arc_Sample</wmsLayers>
222+
<wmsLayers>nurc:Arc_Sample</wmsLayers>
223223
<legends defaultWidth="20" defaultHeight="20" defaultFormat="image/png">
224224
<legend style=""/>
225225
</legends>

0 commit comments

Comments
 (0)