On Mon, 23 Jan 2017, Farook M wrote:
Date: Mon, 23 Jan 2017 15:23:59 +0530 From: Farook M <[email protected]> To: [email protected] Subject: [Qgis-user] Find services in the CSW and click on the link to add the service into the map using MetaSearch Catalogue Client plugin in QGIS I am using Metasearch catalogue client qgis plugin( https://www.geodata.se/geonetwork/srv/eng/csw?service=CSW&request=GetCapabilities&version=2.0.2) to find services in csw and add the service into map.I had created a new service and searched using a keyword. It could see a list of services and datasets for the keyword which i had searched. But Add WMS/WMTS, Add WFS, WCS buttons are disabled. But i could see these buttons enabled for the default connections.What should be done to enable these buttons or how do these get enabled for default connections?The CSW url is https://www.geodata.se/geonetwork/srv/eng/csw
MetaSearch expects the CSW GetRecords response to have either dct:references or dc:URI with the appropriate @protocol (OGC:WMS, OGC:WFS, OGC:WCS) XML elements to be able to trigger the WMS/WFS/WCS workflow. Examples: <dct:references scheme="OGC:WMS">http://geo.woudc.org/ows</dct:references> <dc:URI protocol="OGC:WMS" name="ta" description="temperature">http://geoservices.knmi.nl/cgi-bin/inspire/Actuele10mindataKNMIstations.cgi?service=wms&</dc:URI> Given each CSW server implementation varies you will need to ensure your implementation is outputting WMS/WFS/WCS links accordingly. Cheers ..Tom _______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
