Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.0-RC2
-
Fix Version/s: 1.7.0-RC3
-
Component/s: Configuration, WMS
-
Labels:None
-
Number of attachments :
Description
Try connecting to GeoServer from uDig, the raster layers cannot be told apart (if my memory serves me right, they are all called "My GeoServer WMS"...)
GetCaps for 1.6.x with the release config gives:
<Layer queryable="1"> <Name>nurc:Img_Sample</Name> <Title>A Raster with a World File</Title>GetCaps for 1.7.x with the release config gives:
<Layer> <Name>Img_Sample</Name> <Title>Img_Sample</Title> <Layer queryable="1"> <Name>nurc:Img_Sample</Name> <Title/> <Abstract>Generated from worldImageSample</Abstract><Layer queryable="1"> <Name>nurc:Img_Sample</Name> <Title>A Raster with a World File</Title><Layer> <Name>Img_Sample</Name> <Title>Img_Sample</Title> <Layer queryable="1"> <Name>nurc:Img_Sample</Name> <Title/> <Abstract>Generated from worldImageSample</Abstract>