LogoLogo
OS Docs HomeOS NGDOS APIsOS Download ProductsMore than MapsOS Data Hub
  • Introduction to OS APIs
  • Core Concepts
    • Getting started with an API project
    • Authentication
    • Error codes
    • Rate-limiting policy
    • OS API branding
    • Service level agreements
    • Service availability dashboard
  • Accessing OS APIs
    • OS Maps API
      • Layers and styles
      • Getting started
        • ESRI ArcGIS Online
        • ESRI ArcGIS Pro
        • ESRI ArcMap
        • Cadcorp SIS
        • MapInfo Pro
        • QGIS
      • Technical specification
        • ZXY
        • WMTS
      • Code examples
    • OS Vector Tile API
      • What data is available?
      • Getting started
        • ESRI ArcGIS Pro
        • Cadcorp SIS
        • QGIS
        • Create a web application using the OS Vector Tile API
      • Technical specification
        • Service Metadata
        • Stylesheet
        • Tile request
      • Code examples
      • Stylesheets
    • OS NGD API – Tiles
    • OS NGD API – Features
    • OS Features API
      • OS Product Archive
      • What data is available?
      • Getting started
        • ArcGIS Online
        • ArcGIS Pro
        • ArcMap
        • Cadcorp SIS
        • MapInfo Pro
        • QGIS
      • Technical specification
        • getCapabilities
        • describeFeatureType
        • getFeature
        • Filtering
        • Paging
        • Empty values
      • Code examples
    • OS Names API
      • Getting started with example queries using Node.js
      • Technical specification
        • Find
        • Nearest
      • Code list
      • Code examples
    • OS Linked Identifiers API
      • What data is available?
      • Getting started with implementing a look-up application
      • Technical specification
        • Identifier
        • Identifier Types
        • Feature Types
        • Product Version Information
      • Code examples
    • OS Places API
      • Getting started with example queries using Node.js
      • Technical specification
        • Find
        • Postcode
        • UPRN
        • Nearest
        • BBOX
        • Radius
        • Polygon
      • Datasets
      • Code lists
      • Code examples
    • OS Match & Cleanse API
      • End of Life Information
      • Getting started with an example match query using Node.js
      • Technical specification
      • Datasets
      • Code lists
    • OS Downloads API
      • Getting started
        • Automating OS OpenData downloads
        • Automating OS Premium data downloads
      • Technical specification
        • OpenData products
        • OpenData product details
        • Download an OpenData product
        • OpenData product image
        • Data packages
        • Data package ID
        • Data package version
        • Data package version ID
        • Download a data package
    • OAuth 2 API
      • Getting started
      • Technical specification
  • Additional resources
    • OS API Wrappers
      • JavaScript
      • Python
      • R
  • Extra Links
    • Accessibility
    • Contact us
    • PSGA Product Summary
    • Terms and conditions
Powered by GitBook
On this page
  • What you need
  • Instructions

Was this helpful?

  1. Accessing OS APIs
  2. OS Maps API
  3. Getting started

ESRI ArcGIS Online

Accessing OS Maps API via ESRI ArcGIS Online

PreviousGetting startedNextESRI ArcGIS Pro

Last updated 4 months ago

Was this helpful?

ArcGIS Online is a geographic information system (GIS) delivered using the software-as-a-service (SaaS) model. ArcGIS Online services are managed by ESRI and accessed by a client running on a wide range of options.

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 for more information.

  • ArcGIS Online Account

Instructions

1

Add a new layer

Once you've signed into your ESRI ArcGIS Online account and opened the map viewer.

  • Select Layers > Add > Add layer from URL.

2

Add an API and set up custom parameters

In the Add Layer dialog:

  • URL: Enter the base URL for OS Maps API, excluding the API Key. For example, https://api.os.uk/maps/raster/v1/wmts

  • Type: Select WMTS (OGC).

  • Select Custom request parameters and enter the following:

    • Parameter: key

    • Value: [Insert your OS API Key here]

  • Click Next.

3

Adding layers to the map

In the Add Layer dialog:

  • Select a layer to add to the map

  • Set the max feature limit

  • Click Add to map.

The layer will then display in the Layers panel and the data will display on the map:

ArcGIS Online Layers dialog.
ESRI ArcGIS Pro Add WMTS (OGC) Server Connection dialog with URL and custom request parameters set.
ArcGIS Online Add Layers dialog: Select a layer to add to map.
ArcGIS Online UI showing OS Maps API in the map area.
ESRI ArcGIS Pro Add WMTS (OGC) Server Connection dialog with URL and custom request parameters set.
ArcGIS Online Add Layers dialog: Select a layer to add to map.
ArcGIS Online UI showing OS Maps API in the map area.
ArcGIS Online Layers dialog.