[Geoserver-devel] [jira] Created: (GEOS-3181) Attribution Support for WMS Capabilities

Attribution Support for WMS Capabilities
----------------------------------------

                 Key: GEOS-3181
                 URL: http://jira.codehaus.org/browse/GEOS-3181
             Project: GeoServer
          Issue Type: New Feature
    Affects Versions: 2.0-beta1
            Reporter: David Winslow
            Assignee: David Winslow

GeoServer should support the optional Attribution field exposed in the WMS Capabilities document. From http://schemas.opengis.net/wms/1.1.1/capabilities_1_1_1.dtd:

{code}
<!ELEMENT Layer ( Name?, Title, Abstract?, KeywordList?, SRS*,
                  LatLonBoundingBox?, BoundingBox*, Dimension*, Extent*,
                  Attribution?, AuthorityURL*, Identifier*, MetadataURL*, DataURL*,
                  FeatureListURL*, Style*, ScaleHint?, Layer* ) >
{code}
...
{code}
<!ELEMENT Attribution ( Title?, OnlineResource?, LogoURL? )>
<!ELEMENT LogoURL (Format, OnlineResource) >
<!ATTLIST LogoURL
          width NMTOKEN #REQUIRED
          height NMTOKEN #REQUIRED>
{code}

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira