To connect to SGS in your QGIS viewer to access WMTS/WMS and WFS layers, first create a new WMS/WMTS or WFS Connection and then select the layer to access.
- Create a New WMTS/WMS Connection or a New WFS Connection: Layer Menu > Data Source Manager > select WMTS/WMS 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
- Connect to only public layers on SGS: For WMS and WFS, use: https://[ServerName]/sg/[SiteName]/Streamer.ashx?
- 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 WMTS/WMS and WFS layers in QGIS >