qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.5k stars 2.99k forks source link

Get metadata information for OWS services #31921

Open jonathan-geoseer opened 5 years ago

jonathan-geoseer commented 5 years ago

The OGC specs for all of WMS, WFS, WCS, and WMTS allow for a metadata_url on a per-layer basis which points to an external document with information about that layer. A number of services include this URL (INSPIRE requires it I believe), however QGIS not only doesn't expose it (https://github.com/qgis/QGIS/issues/31916) - but it would be good if this information was pulled down and represented on the "metadata" tab. Currently that tab is complete empty.

Gustry commented 5 years ago

Please a have a look to QEP https://github.com/qgis/QGIS-Enhancement-Proposals/issues/91 There is a work in progress in implementing metadata support.

alexbruy commented 4 years ago

Seems duplicates #15241