Details
Description
I am a bit sad performing my uDig 1.2.0 release and being unable to verify it works against GeoServer 2.0.2.
The capabilities document listed by: http://localhost:8080/geoserver/gwc
The link is correct:
However the result does not include the required VendorSpecificCapabilities describing the tileset (ie it is not a WMS-C service description and thus cannot be used).
The required section is outlined here http://wiki.osgeo.org/wiki/WMS_Tiling_Client_Recommendation
<WMT_MS_Capabilities> ... <VendorSpecificCapabilities> <TileSet> <SRS>EPSG:4326</SRS> <BoundingBox srs="EPSG:4326" minx="-180" miny="-90" maxx="180" maxy="90" /> <Resolutions>0.703125 0.3515625 0.17578125 0.087890625 0.04394531250</Resolutions> <Width>256</Width> <Height>256</Height> <Format>image/png</Format> <Layers>coastline</Layers> <Styles></Styles> </TileSet> <TileSet> <SRS>OSGEO:41001</SRS> <BoundingBox srs="OSGEO:41001" minx="-20037508.34" miny="-20037508.34" maxx="20037508.34" maxy="20037508.34" /> <Resolutions> 156543.03 78271.52 39135.76 19567.88 9783.94 4891.97 </Resolutions> <Width>256</Width> <Height>256</Height> <Format>image/png</Format> <Layers>coastline</Layers> <Styles></Styles> </TileSet> </VendorSpecificCapabilities> ... </WMT_MS_Capabilities>
I have attached the produced capabilities document for your reference.
Issue Links
- is depended upon by
-
UDIG-1705
uDIG does not open geowebcache- wms-c urls
-
"Unable to verify that it works"... such a diplomat
Have you checked the file manually? I've downloaded 2.0.2(bin) from Sourceforge, and I've checked http://demo.opengeo.org/geoserver/gwc/service/wms?request=getcapabilities&tiled=true
In both cases it looks ok at first glance, but I haven't thrown a parser at it.