Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.7.4, 1.7.5, 1.7.6, 1.7.7, 2.0-alpha1, 2.0-alpha2, 2.0-beta1, 2.0-beta2, 2.0-RC1, 2.0-RC2, 2.0.0, 2.0.1
-
Fix Version/s: None
-
Component/s: WMS
-
Labels:None
-
Number of attachments :
Description
For raster legends created with the GetLegendGraphic request, if Transparent=true is specified in the request string the resulting legend has text that is hard to read and appears bold. This is not the case for feature layer legends. I can't control the Transparent=true because I am using a GeoExt legendpanel which automatically includes it. See the attachment that shows a legend created with tranparent=false and one with transparent=true side by side.
It would also be good to remove the debug information at the bottom of the legend (band selection, colormap type, colormap is extended)
Thanks!
Just tried out now with GeoServer 2.2.x with the request:
http://localhost:8080/geoserver/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&WIDTH=20&HEIGHT=20&LAYER=sf:sfdem&transparent=true
No issues at all. This has likely been fixed in the meantime