Last updated 1 day ago
Was this helpful?
GET /maps/vector/ngd/ota/v1/tilematrixsets HTTP/1.1 Host: api.os.uk Accept: */*
List of tile matrix sets (tiling schemes).
{ "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 } ] } ] }
Identifier for a supported TileMatrixSet
3857
27700
A definition of a tile matrix set following the Tile Matrix Set standard. For tileset metadata, such a description (in tileMatrixSet property) is only required for offline use, as an alternative to a link with a http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme relation type.
tileMatrixSet
http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme
GET /maps/vector/ngd/ota/v1/tilematrixsets/{tileMatrixSetId} HTTP/1.1 Host: api.os.uk Accept: */*
tile matrix set
{ "title": "text", "id": "text", "uri": "https://example.com", "orderedAxes": [ "text" ], "crs": "https://example.com", "wellKnownScaleSet": "https://example.com", "tileMatrices": [ { "id": "text", "scaleDenominator": 1, "cellSize": 1, "cornerOfOrigin": "topLeft", "pointOfOrigin": [ 1 ], "tileWidth": 1, "tileHeight": 1, "matrixHeight": 1, "matrixWidth": 1 } ] }