For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tile matrix sets

Retrieve the list of available tiling schemes (tile matrix sets)

get
Responses
200

List of tile matrix sets (tiling schemes).

application/json
get/tilematrixsets
GET /maps/vector/ngd/ota/v1/tilematrixsets HTTP/1.1
Host: api.os.uk
Accept: */*
{
  "tileMatrixSets": [
    {
      "id": "text",
      "title": "text",
      "uri": "https://example.com",
      "crs": "https://example.com",
      "links": [
        {
          "href": "http://data.example.com/buildingpart/123",
          "rel": "alternate",
          "type": "application/geo+json",
          "templated": true,
          "varBase": "/ogcapi/vars/",
          "hreflang": "en",
          "title": "Building Part",
          "length": 1
        }
      ]
    }
  ]
}

Last updated

Was this helpful?