ArcGIS Online

Accessing OS Features API via ESRI ArcGIS Online

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.

These instructions demonstrate how to integrate and apply the OS Features API into ArcGIS Online in order to produce a series of topography layers based on our latest OS MasterMap Topography layer data.

What you need

Instructions

  1. Login to ArcGIS Online. On the home page click Map.

    You will see an online map which could differ from the one shown below. This depends on your account settings.

    ArcGIS Online UI showing a map
  2. Select Add > Add Layer from Web.

    ArcGIS Online UI showing Add > Add Layer from Web option
  3. In the Add Layer from Web dialog:

    • What type of data are you referencing: Select A WFS OGC web service in the dropdown.

    • URL: Enter the URL for the OS Features API without the API key.

      ArcGIS Online Add Layer from Web dialog
  4. Click Add Custom Parameters.

  5. In the parameters box:

    • Click Add Parameter.

    • Parameter column: Enter key.

    • Value column: Enter your actual OS Features API key. The Get Layers button becomes active when you enter this information.

  6. Click Get Layers, select the layer you want to show in the dropdown and then click Add Layer. The dropdown lists all available layers from the OS Features service.

    ArcGIS Online Add Layer from Web dialog showing Layers field options
  7. The selected layer now displays on top of the base map. In our example, the coordinate reference system does not need to be changed because the OS Features service serves the data in the same projection as the base mapping from ESRI which is Web Mercator.

    ArcGIS Online showing selected OS Features API layers displaying on top of the base map.
  8. You can style, query and inspect WFS data in the same way as other vector data.

    ArcGIS online UI showing style, query and inspect WFS data options

Last updated