# ESRI ArcGIS Pro

ESRI ArcGIS Pro is a desktop geographic information system (GIS) application that allows users to maintain, visualise and analyse spatial data.

The instructions that follow demonstrate how to connect to OS Maps API using ESRI ArcGIS Pro.

## What you need

* OS Maps API added to an API project in the OS Data Hub with an API Key; see [getting-started-with-an-api-project](https://docs.os.uk/os-apis/core-concepts/getting-started-with-an-api-project "mention") for more information
* ArcGIS Pro (version 2.3.3 or later)

## Instructions

{% stepper %}
{% step %}
**Set up a connection**

Once a new project with a new map has been set up, select *Insert* > *Connections* > *Server* > *New WMTS Server*.

<figure><img src="https://4043944746-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoEzqrBzRGoJw7nQyLj1W%2Fuploads%2Fgit-blob-95dffd82662cb1b078aaff67dd682809c49e6e1e%2FAdd%20WMTS%20Connection.png?alt=media" alt="ESRI ArcGIS Pro UI to add new WMTS Server"><figcaption><p>ESRI ArcGIS Pro UI to add new WMTS Server</p></figcaption></figure>
{% endstep %}

{% step %}
**Add an API URL and set up custom parameters**

In the Add WMTS Server Connection dialog:

* **Server URL**: Enter the URL for OS Maps API, excluding the API Key. For example, <https://api.os.uk/maps/raster/v1/wmts>.

<figure><img src="https://4043944746-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoEzqrBzRGoJw7nQyLj1W%2Fuploads%2Fgit-blob-d5a12292efc55b123a2c176c3498ed6e55f266a7%2FAdd%20WMTS%20Connection%20-%20no%20custom%20parameters.png?alt=media" alt="ESRI ArcGIS Pro Add WMTS Server Connection dialog."><figcaption><p>ESRI ArcGIS Pro Add WMTS Server Connection dialog.</p></figcaption></figure>

* Select *Custom request parameters* and enter the following:
  * **Parameter**: key
  * **Value**: \[Insert your OS API Key here]
* Click *OK*.

<figure><img src="https://4043944746-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoEzqrBzRGoJw7nQyLj1W%2Fuploads%2Fgit-blob-59aecca834944071a90053fadcd673df9375005a%2FAdd%20WMTS%20Connection%20-%20custom%20parameters.png?alt=media" alt="ESRI ArcGIS Pro Add WMTS Server Connection dialog with custom request parameters set."><figcaption><p>ESRI ArcGIS Pro Add WMTS Server Connection dialog with custom request parameters set.</p></figcaption></figure>
{% endstep %}

{% step %}
**Adding layers to the map**

\_You can explore the available layers in OS Maps API by using the ArcGIS Pro Catalog panel.

In the Catalog panel:

* **To add a layer to the map**: Right-click on a layer and select *Add to Current Map*.

<figure><img src="https://4043944746-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoEzqrBzRGoJw7nQyLj1W%2Fuploads%2Fgit-blob-56a8f4120a936b6655b13dd602816a0515483470%2FAdd%20WMTS%20Layer.png?alt=media" alt="ESRI ArcGIS Pro Catalog panel."><figcaption><p>ESRI ArcGIS Pro Catalog panel.</p></figcaption></figure>

\_The layer will then display in the Contents panel and the data will display on the map:

<figure><img src="https://4043944746-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoEzqrBzRGoJw7nQyLj1W%2Fuploads%2Fgit-blob-6f50d3e0e7708b70f601f00ebe5c761f0c1bc2f2%2FAdd%20WMTS%20Layer%20to%20map.png?alt=media" alt=""><figcaption><p>ArcGIS Pro UI showing OS Maps API in the map area.</p></figcaption></figure>
{% endstep %}
{% endstepper %}
