Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#3251 closed enhancement (fixed)

WMS capabilities options: AuthorityURL, Identifier

Reported by: pramsey Owned by: pramsey
Priority: normal Milestone: 6.0 release
Component: WMS Server Version: svn-trunk (development)
Severity: normal Keywords: wms, capabilities
Cc: tomkralidis, jmckenna

Description

The WMS 1.1.0 specification and higher allow an "AuthorityURL" and associated "Identifier" to be defined for <Layers>. For example:

<AuthorityURL name="gcmd">
  <OnlineResource xlink:href="some_url" ... />
</AuthorityURL> 
<Identifier authority="gcmd">id_value</Identifier>

The AuthorityURL is inherited by child <Layers> and the Identifier is not. The following ows_ keywords could be used in the MapServer implementation of these keywords:

wms_authorityurl_name
wms_authorityurl_href
wms_identifier_authority
wms_identifier_value

The keywords would only be operative for WMS 1.1.0+.

Attachments (1)

wms_authority_1.patch (2.7 KB ) - added by pramsey 15 years ago.
Patch for feature.

Download all attachments as: .zip

Change History (8)

comment:1 by tomkralidis, 15 years ago

Cc: tomkralidis added

Paul: this seems like a good enhancement to me. Let me know if you need help testing. We should also updated msautotest/wxs appropriately.

by pramsey, 15 years ago

Attachment: wms_authority_1.patch added

Patch for feature.

comment:2 by jmckenna, 15 years ago

Cc: jmckenna added

comment:3 by pramsey, 14 years ago

Any comments on the patch before I apply?

comment:4 by pramsey, 14 years ago

Applied to trunk at r9768.

comment:5 by pramsey, 14 years ago

Resolution: fixed
Status: newclosed

Documented at r9770.

comment:6 by tomkralidis, 14 years ago

Typo fix and msautotest support added in r9773.

comment:7 by tomkralidis, 14 years ago

Turns out the output is invalid XML. r9774 fixes this (tested with XMLSpy 2010).

Note: See TracTickets for help on using tickets.