Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WMS/WFS/WCS: support multiple metadataurl/metadatalink in GetCapabilities output #6031

Merged
merged 1 commit into from
Apr 1, 2020

Conversation

rouault
Copy link
Contributor

@rouault rouault commented Apr 1, 2020

Implements https://lists.osgeo.org/pipermail/mapserver-dev/2020-March/016159.html

For WMS, use wms_metadataurl_list as the master that references other metadata
items:

   wms_metadataurl_list "xml html"

   wms_metadataurl_xml_format "text/xml"
   wms_metadataurl_xml_type "TC211"
   wms_metadataurl_xml_href "http://example.com/testXML"

   wms_metadataurl_html_format "text/html"
   wms_metadataurl_html_type "TC211"
   wms_metadataurl_html_href "http://example.com/testHTML"

FOR WFS, this is with wfs_metadataurl_list
For WCS, this is with wcs_metadatalink_list

…ties output

Implements https://lists.osgeo.org/pipermail/mapserver-dev/2020-March/016159.html

For WMS, use wms_metadataurl_list as the master that references other metadata
items:
```
   wms_metadataurl_list "xml html"

   wms_metadataurl_xml_format "text/xml"
   wms_metadataurl_xml_type "TC211"
   wms_metadataurl_xml_href "http://example.com/testXML"

   wms_metadataurl_html_format "text/html"
   wms_metadataurl_html_type "TC211"
   wms_metadataurl_html_href "http://example.com/testHTML"
```

FOR WFS, this is with wfs_metadataurl_list
For WCS, this is with wcs_metadatalink_list
@rouault rouault added this to the 8.0 Release milestone Apr 1, 2020
@jmckenna
Copy link
Member

jmckenna commented Apr 1, 2020

Nice work!

@jmckenna
Copy link
Member

jmckenna commented Apr 1, 2020

added to the 8.0 Release Plan at https://github.com/mapserver/mapserver/wiki/MapServer-8.0-Release-Plan

@jmckenna
Copy link
Member

jmckenna commented Apr 1, 2020

thank you for your thoroughness!

@jmckenna
Copy link
Member

jmckenna commented Apr 1, 2020

I approved this one by accident sorry, I thought it was the docs one.

jmckenna pushed a commit to MapServer/MapServer-documentation that referenced this pull request Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants