Maps
Get a TileJSON from a tileset
Returns the TileJSON for a tileset in your data warehouse. Learn more about tileset generation.
get/v3/maps/{connectionName}/tileset
Path parameters
connectionNamestring required
Name of the connection to use.
Query parameters
namestring required
Fully qualified tileset name.
format'tilejson'
The only supported value is tilejson. Omit it to get the full response with tileset metadata.
v'3.0' | '3.1' | '3.2' | '3.3' | '3.4'
API version. From 3.3, spatialDataColumn and spatialDataType replace geo_column.
Response
Tileset metadata, or the TileJSON when format=tilejson.