v1

latestOpenAPI 3.0.3CC-BY 4.0 license2026-07-17226085.1 KB
Tiling Schemes

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

get/tileMatrixSets

Response

List of tile matrix sets (tiling schemes).

Example response

{
  "tileMatrixSets": [
    {
      "links": [
        {
          "href": "http://data.example.com/buildings/123",
          "rel": "alternate",
          "type": "application/geo+json",
          "hreflang": "en",
          "title": "Trierer Strasse 70, 53115 Bonn"
        }
      ]
    }
  ]
}