To connect to SGS in your QGIS viewer to access WMS/WMTS and WFS layers, first create a new WMS/WMTS or WFS Connection and then select the layer to access.
- Create a New WMS/WMTS Connection or a New WFS Connection: Layer Menu > Data Source Manager > select WMS/WMTS or WFS. Then in the Layers tab, click New.
- In the URL field, connect to SGS in one of the following ways:
- Connect to only public layers on SGS: For WMS and WFS, use: https://[ServerName]/sg/[SiteName]/Streamer.ashx? For WMTS, use: https://[ServerName]/sg/[SiteName]/Streamer.ashx?request=GetCapabilities&Version=1.0.0&Service=WMTS
- Connect to non-public layers on SGS using an access token: For WMS and WFS, use: https://[ServerName]/sg/[SiteName]/[token]/Streamer.ashx? For WMTS, use: https://[ServerName]/sg/[SiteName]/[token]/Streamer.ashx?request=GetCapabilities&Version=1.0.0&Service=WMTS
- In the Data Source Manager, click the Layers tab, select the new connection’s name, and click Connect.
- Select the layer to access, and click Add.
More about: Loading WMS/WMTS and WFS layers in QGIS >