diff --git a/docs/KnowledgeBase/Desktop applications/_category_.json b/docs/KnowledgeBase/Desktop applications/_category_.json new file mode 100644 index 000000000..04ef35319 --- /dev/null +++ b/docs/KnowledgeBase/Desktop applications/_category_.json @@ -0,0 +1,3 @@ +{ + "position": 3 +} diff --git a/docs/KnowledgeBase/Desktop applications/qgis-wmts.md b/docs/KnowledgeBase/Desktop applications/qgis-wmts.md new file mode 100644 index 000000000..8bae9b28c --- /dev/null +++ b/docs/KnowledgeBase/Desktop applications/qgis-wmts.md @@ -0,0 +1,52 @@ +--- +id: qgis-wmts +slug: qgis-wmts +title: Add WMTS connection in QGIS +sidebar_position: 2 +tags: + - qgis + - wmts + - connection +--- + +## Prerequisites + +### MapColonies token + +In order to create a connection to our `WMTS` service you will need a `token`, contact us to receive one. + +[Read more about `tokens`](/docs/MapColonies/auth.md). + +### QGIS application + +Install the `QGIS` application (version >3.26). + +## Create a new connection in QGIS + +Open your `QGIS` application. In the browser windows (on the left), right click on `WMS/WMTS` and select `New Connection...`. + +
+ +
+ +A connection creation form will open, fill the following: +1. `Name` - connection name +2. `URL` - `WMTS Cpabilities` URL provided by us + +Now click on `Advanced` under `HTTP Headers` and add a new header with the `Key` "x-api-key" and the value will be the `token` provided by us. + +At the end of the process the form should look similar to this: + +
+ +
+ +Click `OK` to create the connection. Now we can see it under `WMS/WMTS`: + +
+ +
+ +Drag any layer to the `Layers` panel in order to view it. + +And that's it, you are ready to start working with with our service and your data! diff --git a/static/img/qgis/qgis-wmts-add-connection.png b/static/img/qgis/qgis-wmts-add-connection.png new file mode 100644 index 000000000..9270f9e72 Binary files /dev/null and b/static/img/qgis/qgis-wmts-add-connection.png differ diff --git a/static/img/qgis/qgis-wmts-connection.png b/static/img/qgis/qgis-wmts-connection.png new file mode 100644 index 000000000..b4e503feb Binary files /dev/null and b/static/img/qgis/qgis-wmts-connection.png differ diff --git a/static/img/qgis/qgis-wmts-new-connection.png b/static/img/qgis/qgis-wmts-new-connection.png new file mode 100644 index 000000000..ce269b1a7 Binary files /dev/null and b/static/img/qgis/qgis-wmts-new-connection.png differ