WMS GetCapabilities is limited to references to GetLegendGraphics, this request is to the use of other external graphics (specifically any icons or images used in the styles directory):
<Style>
<Name>grass_f</Name>
<Title>Grass fill</Title>
<Abstract>A style filling polygons with a grass theme coming from a PNG file</Abstract>
<LegendURL width="32" height="32">
<Format>image/png</Format>
<OnlineResource xmlns:xlink="http: xlink:type="simple" xlink:href="" class="code-quote" style="color: #009100">"grass_fill.png"/>
</LegendURL>
</Style>
Note that this request is limited to making use of relative URLs from the styles directory to ensure GeoServer remains responsible for publishing all information cited in the GetCapabilities document.
The image provided here should be rescaled by GetLegendGraphics (rather then generating from SLD).
|