Map Tiles
Retrieve a list of all map tilesets for specified collection.
get/collections/{collectionId}/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
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"
}
]
}
]
}