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

MapInfo Pro

Accessing OS Maps API via MapInfo Pro

PreviousCadcorp SISNextQGIS

Last updated 4 months ago

Was this helpful?

MapInfo Pro is a desktop geographic information system (GIS) application that allows you to visualize, analyse, edit, interpret and output geospatial data.

These instructions demonstrate how to integrate and apply the OS Maps API into MapInfo.

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.

  • MapInfo Professional (version 2019 or later)

Note: We used MapInfo Pro 2019 (64-bit) to create these instructions.

Instructions

1

Set up a connection

Once a new project with an empty workspace visible, select Home > Open > Web Services > Mapping (WMTS).

2

Add an API

In the WMTS Table Dialog:

  • Click Servers…

  • Click Add

In the WMTS Server Information dialog:

  • Server URL: Copy your OS Maps API WMTS endpoint address (including your key) from the OS Data Hub and paste it into this field.

  • Description: Optionally, add a description. This will help to identify the connection in the future.

  • Other fields: Leave the other fields blank or at their defaults.

  • Click OK.

3

Adding layers to the map

  • In the WMTS Servers List dialog, select your new connection and then click OK.

  • In the WMTS Table dialog:

    • Server URL: This field will now display the OS Maps API service URL.

    • WMTS Layers: Select your preferred map style from the list of available options.

    • Other fields: Leave all others options blank or as default.

  • Click OK.

The layer will then display in the map area.

MapInfo Pro UI showing Mapping (WMTS) web service option
MapInfo Pro WMTS Server Information dialog
MapInfo Pro WMTS Layers field in the WMTS Table dialog
MapInfo Pro UI showing OS Maps API data in the map area