Map Tiles
Retrieve a list of styled map tilesets for the specified collection
get/collections/{collectionId}/styles/{styleId}/map/tiles
Path parameters
collectionId'blueMarble' | 'NaturalEarth:raster:HYP_HR_SR_OB_DR' | 'NaturalEarth:cultural:ne_10m_admin_0_countries' | 'NaturalEarth:physical:bathymetry' | 'SRTM_ViewFinderPanorama' | 'HRDEM-Ottawa' | 'HRDEM-RedRiver' required
Local identifier of a collection
styleIdstring required
An identifier representing a specific style.
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"
}
]
}
]
}