[Geoserver-devel] [jira] (GEOS-6425) Allow ExternalGraphics reference in WMS GetCapabilities

Jody Garnett created an issue

GeoServer / BugGEOS-6425

Allow ExternalGraphics reference in WMS GetCapabilities

Issue Type:

BugBug

Affects Versions:

2.5

Assignee:

Andrea Aime

Components:

WMS

Created:

30/Mar/14 11:00 PM

Priority:

MajorMajor

Reporter:

Jody Garnett

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://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="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).

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)

Atlassian logo