[mapserver-dev] Writing several <MetadataURL> in WMS GetCapabilities response

Tom Kralidis tomkralidis at gmail.com
Tue Mar 31 06:14:51 PDT 2020


Hi Even: approach makes sense to me.  Would this also apply to the
other OWS metadataurl (WFS, WCS, etc.)?

..Tom

On Tue, Mar 31, 2020 at 8:27 AM Even Rouault <even.rouault at spatialys.com> wrote:
>
> Hi,
>
>
>
> I'm considering adding the capability to write several <MetadataURL> elements in the WMS GetCapabilities response, since this is allowed by the WMS standard.
>
>
>
> There was an old ticket about that:
>
> https://github.com/mapserver/mapserver/issues/3607
>
>
>
> I'm considering the following backward compatible syntax where a wms_metadataurl_list could be specified to give a list of items, that would be used as suffix for metadata keys, such that wms_metadataurl_{item} would be the actual key radix used to fetch the _format, _type and _href items.
>
> As the above sentence probably doesn't make any sense, here's an example that should hopefully make it clearer:
>
>
>
> 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"
>
>
>
> Thoughts ?
>
>
>
> Even
>
>
>
> --
>
> Spatialys - Geospatial professional services
>
> http://www.spatialys.com
>
> _______________________________________________
> mapserver-dev mailing list
> mapserver-dev at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapserver-dev


More information about the mapserver-dev mailing list