Use Jawg in QGIS

Estimated reading time: 2 minutes

Integrating Jawg in QGIS with WMTS and XYZ

Getting started

The following tutorial has been done on the latest version of QGIS. The process is however the same for older versions. Thanks to these instructions, you could use a WMTS source to use your different map layers in QGIS.

Requirements

Make sure that Browser view and Layers view are on. Click on the View tab on top of the QGIS window, then select Browser and Layers in the Panels section.

requirements

XYZ Tutorial

First you need your XYZ endpoint. Get it from Jawg Lab.

That's what it looks like :

https://tile.jawg.io/your-style-id/{z}/{x}/{y}.png?access-token=your-jawg-access-token
\___/   \__________/\_____________/\_________/ \_/              \____________________/
  |          |         /              /          \                         |
scheme     domain   style ID  tiles coordinates  image format    authentication token

You just need to replace your-jawg-access-token by your real access token that you can find in your account and your-style-id by your style ID. You can find your style id in Leaflet section in Style Manager:

leaflet

Tip: You can also use our default styles.

Step 1

To import your XYZ layer in QGIS, go in the Browser Panel, find XYZ Tiles, right click on it and click on New Connection...

xyz-01

Step 2

A new window opens with settings to configure:

  • Name: Name of the layer you will create. We will use Jawg Sunny for our example, but you are free to choose what ever you want.
  • URL: Link for XYZ tile source.
  • Max. Zoom Level: You can set the max zoom level to 20.

Your new connection will be added in XYZ section on Browser Panel.

xyz-02

Step 3

Open your XYZ dropdown from you Browser Panel and find your new connection. Double click on your layer and voilà.

xyz-03

WMTS Tutorial

First you need your WMTS endpoint. Get it from Jawg Lab. The WMTS endpoint is very simple :

https://tile.jawg.io/your-style-id/wmts?access-token=your-jawg-access-token
\___/   \__________/\_____________/                  \____________________/
  |          |             |                                    |
scheme     domain       style ID                      authentication token

You just need to replace your-jawg-access-token by your real access token that you can find in your account and your-style-id by your style ID. You can find your style id in Leaflet section in Style Manager:

leaflet

Tip: You can also use our default styles.

Step 1

To import your WMTS in QGIS, go in the Browser Panel, find WMS, right click on it and click on New Connection...

wms-wmts-01

Step 2

A new window opens with settings to configure:

  • Name: Name of the layer you will create. We will use Jawg for our example, but you are free to choose what ever you want.
  • URL: Path to the WMTS file or HTTP link to import. We will use a HTTP link from jawg here.

Other settings are left empty in our case. Your new connection will be added in WMS section on Browser Panel.

wms-wmts-02

Step 3

Open your WMS dropdown from you Browser Panel and find your new connection. Double click on your layer and voilà.

wms-wmts-03