Given a wms-service, the GetCapabilities request returns a legendurl like the following:
<LegendURL width="186" height="22">
If I specify a width (like below) when using GetLegendGraphic, it is ignored, and the width in LegendUrl is used.
http://myserver/wms/?LAYER=mylayer&SERVICE=WMS&VERSION=1.1.1&REQUEST=getlegendgraphic&FORMAT=image/png&WIDTH=300
Where can I change the LegendUrl width? or alternately, how do I use the width setting?