v1

latestOpenAPI 3.0.0OGC License2026-07-17182485.6 KB
Map Tiles

Retrieve the list of all default map tilesets for the whole dataset

get/map/tiles

Query parameters

f'json' | 'html'

The format of the response. If no value is provided, the accept header is used to determine the format. Accepted values are 'json' or 'html'.

Response

List of available tilesets.

Example response

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