v1

latestOpenAPI 3.0.12026-07-14133252.9 KB
Tile Sets

Retrieve the vector tileset metadata for the specified collection and tiling scheme (tile matrix set)

get/collections/{collectionId}/tiles/{tileMatrixSetId}

Path parameters

collectionId'ngd-base' | 'asu-bdy' | 'wtr-ctch' | 'trn-ntwk-railway' | 'wtr-tidalboundary' required

Local identifier of a collection

tileMatrixSetId'3857' | '27700' required

Identifier for a supported TileMatrixSet

Response

Description of the tileset

idstring

identifier of the tile matrix set

titlestring

A title for this tileset

dataType'map' | 'vector' | 'coverage' required

Type of data

crsstring uri required

Reference to one coordinate reference system (CRS)

tileMatrixSetURIstring uri

Reference to a Tile Matrix Set on an offical source for Tile Matrix Sets such as the OGC NA definition server (http://www.opengis.net/def/tms/). Required if the tile matrix set is registered on an open official source.

descriptionstring

Brief narrative description of this tile set

Example response

{
  "id": "3857",
  "links": [
    {
      "href": "http://data.example.com/buildingpart/123",
      "rel": "alternate",
      "type": "application/geo+json",
      "varBase": "/ogcapi/vars/",
      "hreflang": "en",
      "title": "Building Part"
    }
  ]
}